SecurityTokenProvider.EndRenewToken(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Completes an asynchronous operation to renew a security token.
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
Parameters
- result
- IAsyncResult
The IAsyncResult that is returned by a call to the BeginRenewToken(TimeSpan, SecurityToken, AsyncCallback, Object) method.
Returns
The SecurityToken that represents the security token that is renewed.
Remarks
The EndRenewToken method calls the EndRenewTokenCore method.