C# Class Microsoft.Identity.Client.Internal.WsTrustRequest

Afficher le fichier Open project: AzureAD/microsoft-authentication-library-for-dotnet

Méthodes publiques

Méthode Description
BuildMessage ( string appliesTo, WsTrustAddress wsTrustAddress, UserCredential credential ) : StringBuilder
SendRequestAsync ( WsTrustAddress wsTrustAddress, UserCredential credential, CallState callState ) : Task

Private Methods

Méthode Description
SetKerberosOption ( HttpClientWrapper request ) : void
XmlEscape ( string escapeStr ) : string

Method Details

BuildMessage() public static méthode

public static BuildMessage ( string appliesTo, WsTrustAddress wsTrustAddress, UserCredential credential ) : StringBuilder
appliesTo string
wsTrustAddress WsTrustAddress
credential UserCredential
Résultat StringBuilder

SendRequestAsync() public static méthode

public static SendRequestAsync ( WsTrustAddress wsTrustAddress, UserCredential credential, CallState callState ) : Task
wsTrustAddress WsTrustAddress
credential UserCredential
callState CallState
Résultat Task