SamlTokenProvider.OnBeginGetWebToken Méthode

Définition

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 à