Sdílet prostřednictvím


SamlSecurityTokenHandler.ProcessStatement Metoda

Definice

Vytvoří deklarace identity z kolekce příkazů SAML 1.1 a přidá je do zadaného předmětu.

protected:
 virtual void ProcessStatement(System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlStatement ^> ^ statements, System::Security::Claims::ClaimsIdentity ^ subject, System::String ^ issuer);
protected virtual void ProcessStatement (System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> statements, System.Security.Claims.ClaimsIdentity subject, string issuer);
abstract member ProcessStatement : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessStatement : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessStatement (statements As IList(Of SamlStatement), subject As ClaimsIdentity, issuer As String)

Parametry

statements
IList<SamlStatement>

Příkazy SAML, ze kterých se vytvářejí deklarace identity.

subject
ClaimsIdentity

Předmět, ke kterému se přidají deklarace identity.

issuer
String

Vystavitel.

Výjimky

statements je null.

Platí pro