SecurityTokenService.BeginGetScope Methode

Definition

Wenn eine abgeleitete Klasse außer Kraft gesetzt wird, beginnt ein asynchroner Aufruf für die GetScope(ClaimsPrincipal, RequestSecurityToken) Methode.

protected:
 virtual IAsyncResult ^ BeginGetScope(System::Security::Claims::ClaimsPrincipal ^ principal, System::IdentityModel::Protocols::WSTrust::RequestSecurityToken ^ request, AsyncCallback ^ callback, System::Object ^ state);
protected virtual IAsyncResult BeginGetScope(System.Security.Claims.ClaimsPrincipal principal, System.IdentityModel.Protocols.WSTrust.RequestSecurityToken request, AsyncCallback callback, object state);
abstract member BeginGetScope : System.Security.Claims.ClaimsPrincipal * System.IdentityModel.Protocols.WSTrust.RequestSecurityToken * AsyncCallback * obj -> IAsyncResult
override this.BeginGetScope : System.Security.Claims.ClaimsPrincipal * System.IdentityModel.Protocols.WSTrust.RequestSecurityToken * AsyncCallback * obj -> IAsyncResult
Protected Overridable Function BeginGetScope (principal As ClaimsPrincipal, request As RequestSecurityToken, callback As AsyncCallback, state As Object) As IAsyncResult

Parameter

principal
ClaimsPrincipal

Ein ClaimsPrincipal Wert, der die Identität des Token-Anforderers darstellt.

request
RequestSecurityToken

Ein RequestSecurityToken Wert, der die Sicherheitstokenanforderung darstellt. Dazu gehören die Anforderungsnachricht sowie andere clientbezogene Informationen wie Autorisierungskontext.

callback
AsyncCallback

Der Delegat AsyncCallback , der die Benachrichtigung über den Abschluss des asynchronen Vorgangs empfängt.

state
Object

Ein Objekt, das Statusinformationen enthält, die dem asynchronen Vorgang zugeordnet sind.

Gibt zurück

Der IAsyncResult Verweis auf den asynchronen Abbruchvorgang.

Hinweise

Die Standardimplementierung dieser Methode löst ein NotImplementedException.

Gilt für: