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 qui est retourné par un appel à la méthode BeginRenewToken(TimeSpan, SecurityToken, AsyncCallback, Object).
Retours
SecurityToken qui représente le jeton de sécurité renouvelé.
Remarques
La méthode EndRenewToken appelle la méthode EndRenewTokenCore.