Saml2SecurityTokenHandler.ProcessStatements 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.
Processes all statements and adds claims to the identity.
protected virtual void ProcessStatements (System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml2.Saml2Statement> statements, System.Security.Claims.ClaimsIdentity identity, string issuer);
abstract member ProcessStatements : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml2.Saml2Statement> * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessStatements : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml2.Saml2Statement> * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessStatements (statements As ICollection(Of Saml2Statement), identity As ClaimsIdentity, issuer As String)
Parameters
- statements
- ICollection<Saml2Statement>
A collection of Saml2Statement.
- identity
- ClaimsIdentity
The ClaimsIdentity.
- issuer
- String
The issuer.