Share via


SamlSecurityTokenHandler.ProcessAttributeStatement Method

Definition

Creates claims from a SamlAttributeStatement.

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

Parameters

issuer
String

The issuer.

Exceptions

if identity is null.

if Actor existing in both identity and attributes of statement.

Applies to