Share via


SamlSecurityTokenHandler.ProcessAuthenticationStatement Method

Definition

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

issuer
String

The issuer.

Exceptions

if identity is null.

Applies to