Saml2SecurityTokenHandler.ProcessStatements Metodo

Definizione

Elabora tutte le istruzioni e aggiunge attestazioni all'identità.

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)

Parametri

statements
ICollection<Saml2Statement>

Insieme di Saml2Statement.

issuer
String

Autorità emittente.

Si applica a