SecurityTokenProvider.EndRenewToken(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 renouveler un jeton de sécurité.
public:
System::IdentityModel::Tokens::SecurityToken ^ EndRenewToken(IAsyncResult ^ result);
public System.IdentityModel.Tokens.SecurityToken EndRenewToken(IAsyncResult result);
member this.EndRenewToken : IAsyncResult -> System.IdentityModel.Tokens.SecurityToken
Public Function EndRenewToken (result As IAsyncResult) As SecurityToken
Paramètres
- result
- IAsyncResult
IAsyncResult Retourné par un appel à la BeginRenewToken(TimeSpan, SecurityToken, AsyncCallback, Object) méthode.
Retours
Qui SecurityToken représente le jeton de sécurité renouvelé.
Remarques
La EndRenewToken méthode appelle la EndRenewTokenCore méthode.