SamlTokenProvider.OnBeginGetWebToken Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exécute l’action commencer à obtenir un jeton web.
protected override IAsyncResult OnBeginGetWebToken (string appliesTo, string action, TimeSpan timeout, AsyncCallback callback, object state);
override this.OnBeginGetWebToken : string * string * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overrides Function OnBeginGetWebToken (appliesTo As String, action As String, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- appliesTo
- String
URI auquel le jeton d’accès s’applique.
- action
- String
Action de demande.
- timeout
- TimeSpan
Intervalle de temps qui spécifie la valeur de délai d’expiration du message qui obtient le jeton de sécurité.
- callback
- AsyncCallback
Délégué AsyncCallback qui fait référence à la méthode à appeler quand l'opération est terminée.
- state
- Object
Objet défini par l’utilisateur qui contient des informations d’état sur l’opération asynchrone.
Retours
Objet IAsyncResult qui fait référence à l’opération asynchrone pour obtenir un jeton web.
S’applique à
Azure SDK for .NET