Saml2SecurityTokenHandler.ProcessAttributeStatement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates claims from a 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)
Parameters
- statement
- Saml2AttributeStatement
- identity
- ClaimsIdentity
Exceptions
If identity
is null.
if multiple 'Actor' claims are found.