SecurityTokenService.EndRenew(IAsyncResult) Método
Definição
Quando substituído em uma classe derivada, conclui a solicitação Renew do WS-Trust assíncrona.When overridden in a derived class, completes the asynchronous WS-Trust Renew request.
public:
virtual System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ EndRenew(IAsyncResult ^ result);
public virtual System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse EndRenew (IAsyncResult result);
abstract member EndRenew : IAsyncResult -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
override this.EndRenew : IAsyncResult -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
Public Overridable Function EndRenew (result As IAsyncResult) As RequestSecurityTokenResponse
Parâmetros
- result
- IAsyncResult
O IAsyncResult que é retornado por uma chamada para o método BeginRenew(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object).The IAsyncResult that is returned by a call to the BeginRenew(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) method.
Retornos
Um RequestSecurityTokenResponse que representa o RSTR a ser retornado para o chamador.A RequestSecurityTokenResponse that represents the RSTR to return to the caller.
Comentários
A implementação padrão desse método gera um InvalidRequestException .The default implementation of this method throws an InvalidRequestException.