SecurityTokenService.EndRenew(IAsyncResult) Methode

Definition

Wenn eine abgeleitete Klasse überschrieben wird, wird die asynchrone WS-Trust Renew-Anforderung abgeschlossen.

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

Parameter

result
IAsyncResult

Dies IAsyncResult wird von einem Aufruf der BeginRenew(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) Methode zurückgegeben.

Gibt zurück

A RequestSecurityTokenResponse that represents the RSTR to return to the caller.

Hinweise

Die Standardimplementierung dieser Methode löst eine InvalidRequestException.

Gilt für: