Saml2SecurityTokenHandler.ProcessStatements Methode

Definition

Verarbeitet alle Anweisungen und fügt der Identität Ansprüche hinzu.

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)

Parameter

statements
ICollection<Saml2Statement>

Eine Sammlung von Saml2Statement.

issuer
String

Der Aussteller.

Gilt für: