SamlSecurityTokenHandler.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 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
- statement
- SamlAttributeStatement
- identity
- ClaimsIdentity
- issuer
- String
The issuer.
Exceptions
if identity
is null.
if Actor existing in both identity and attributes of statement.