Saml2SecurityTokenHandler.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 Saml2AuthenticationStatement.
protected virtual void ProcessAuthenticationStatement (Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement statement, System.Security.Claims.ClaimsIdentity identity, string issuer);
abstract member ProcessAuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessAuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessAuthenticationStatement (statement As Saml2AuthenticationStatement, identity As ClaimsIdentity, issuer As String)
Parameters
- statement
- Saml2AuthenticationStatement
- identity
- ClaimsIdentity
The identity that will contain the Authentication Claims.
Exceptions
If statement
is null.
If AuthenticationContext.DeclarationReference is not null. Override if this is required.