Freigeben über


SamlSecurityTokenHandler.ProcessAuthenticationStatement Methode

Definition

Erstellt Ansprüche aus einer SAML 1.1-Authentifizierungsanweisung, und fügt sie dem angegebenen Subjekt hinzu.

protected:
 virtual void ProcessAuthenticationStatement(System::IdentityModel::Tokens::SamlAuthenticationStatement ^ samlStatement, System::Security::Claims::ClaimsIdentity ^ subject, System::String ^ issuer);
protected virtual void ProcessAuthenticationStatement (System.IdentityModel.Tokens.SamlAuthenticationStatement samlStatement, System.Security.Claims.ClaimsIdentity subject, string issuer);
abstract member ProcessAuthenticationStatement : System.IdentityModel.Tokens.SamlAuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessAuthenticationStatement : System.IdentityModel.Tokens.SamlAuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessAuthenticationStatement (samlStatement As SamlAuthenticationStatement, subject As ClaimsIdentity, issuer As String)

Parameter

samlStatement
SamlAuthenticationStatement

Die SamlAuthenticationStatement, von der die Ansprüche erstellt werden.

subject
ClaimsIdentity

Der Antragsteller, zu dem die Ansprüche hinzugefügt werden.

issuer
String

Der Aussteller.

Ausnahmen

samlStatement ist null.

- oder -

subject ist null.

Gilt für: