Saml2SecurityTokenHandler.ProcessAuthenticationStatement Methode

Definition

Erstellt Ansprüche aus einem Saml2AuthenticationStatement.

protected virtual void ProcessAuthenticationStatement(Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement statement, System.Security.Claims.ClaimsIdentity identity, string issuer);
abstract member ProcessAuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessAuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessAuthenticationStatement (statement As Saml2AuthenticationStatement, identity As ClaimsIdentity, issuer As String)

Parameter

identity
ClaimsIdentity

Die Identität, die die Authentifizierungen Claimenthält.

issuer
String

Der Aussteller für jedes Claim.

Ausnahmen

Wenn statement null ist.

Wenn AuthenticationContext. "DeclarationReference" ist nicht NULL. Außer Kraft setzen, wenn dies erforderlich ist.

Gilt für: