SecurityTokenService.EndIssue(IAsyncResult) Methode

Definition

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

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

Parameter

result
IAsyncResult

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