SecurityTokenService.EndCancel(IAsyncResult) Methode

Definition

Wenn sie in einer abgeleiteten Klasse überschrieben wird, wird die asynchrone WS-Trust Cancel-Anforderung abgeschlossen.

public:
 virtual System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ EndCancel(IAsyncResult ^ result);
public virtual System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse EndCancel(IAsyncResult result);
abstract member EndCancel : IAsyncResult -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
override this.EndCancel : IAsyncResult -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
Public Overridable Function EndCancel (result As IAsyncResult) As RequestSecurityTokenResponse

Parameter

result
IAsyncResult

Dies IAsyncResult wird von einem Aufruf der BeginCancel(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: