SamlSecurityTokenHandler.ProcessAuthenticationStatement 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 SamlAuthenticationStatement.
protected virtual void ProcessAuthenticationStatement (Microsoft.IdentityModel.Tokens.Saml.SamlAuthenticationStatement statement, System.Security.Claims.ClaimsIdentity identity, string issuer);
abstract member ProcessAuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml.SamlAuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessAuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml.SamlAuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessAuthenticationStatement (statement As SamlAuthenticationStatement, identity As ClaimsIdentity, issuer As String)
Parameters
- statement
- SamlAuthenticationStatement
- identity
- ClaimsIdentity
- issuer
- String
The issuer.
Exceptions
if identity
is null.