次の方法で共有


Saml2SecurityTokenHandler.ProcessStatements Method

Definition

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.

issuer
String

The issuer.

Applies to