Sdílet prostřednictvím


SamlSecurityTokenHandler.ProcessAttributeStatement Metoda

Definice

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

protected:
 virtual void ProcessAttributeStatement(System::IdentityModel::Tokens::SamlAttributeStatement ^ samlStatement, System::Security::Claims::ClaimsIdentity ^ subject, System::String ^ issuer);
protected virtual void ProcessAttributeStatement (System.IdentityModel.Tokens.SamlAttributeStatement samlStatement, System.Security.Claims.ClaimsIdentity subject, string issuer);
abstract member ProcessAttributeStatement : System.IdentityModel.Tokens.SamlAttributeStatement * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessAttributeStatement : System.IdentityModel.Tokens.SamlAttributeStatement * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessAttributeStatement (samlStatement As SamlAttributeStatement, subject As ClaimsIdentity, issuer As String)

Parametry

samlStatement
SamlAttributeStatement

Objekt SamlAttributeStatement , ze kterého se deklarace identity vytvářejí.

subject
ClaimsIdentity

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

issuer
String

Vystavitel.

Výjimky

samlStatement je null.

-nebo-

subject je null.

Poznámky

Vytvořené deklarace identity se přidají do předmětu.

Platí pro