SecurityTokenProvider.EndGetToken(IAsyncResult) 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.
Termine une opération asynchrone pour obtenir un jeton de sécurité.
public:
System::IdentityModel::Tokens::SecurityToken ^ EndGetToken(IAsyncResult ^ result);
public System.IdentityModel.Tokens.SecurityToken EndGetToken(IAsyncResult result);
member this.EndGetToken : IAsyncResult -> System.IdentityModel.Tokens.SecurityToken
Public Function EndGetToken (result As IAsyncResult) As SecurityToken
Paramètres
- result
- IAsyncResult
IAsyncResult Retourné par un appel à la BeginGetToken(TimeSpan, AsyncCallback, Object) méthode.
Retours
Qui SecurityToken représente le jeton de sécurité.
Remarques
La EndGetToken méthode appelle la EndGetTokenCore méthode.