Saml2SecurityTokenHandler.ProcessAttributeStatement Methode

Definition

Erstellt Ansprüche aus einem Saml2AttributeStatement.

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

Parameter

identity
ClaimsIdentity

Die Identität, die eine Claim für jedes Valuesenthalten soll.

issuer
String

Der Aussteller für jedes Claim.

Ausnahmen

Wenn identity null ist.

wenn mehrere "Actor"-Ansprüche gefunden werden.

Gilt für: