SamlSecurityTokenHandler.ProcessAttributeStatement Metod

Definition

Skapar anspråk från en SAML 1.1-attributsats och lägger till dem i det angivna ämnet.

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)

Parametrar

samlStatement
SamlAttributeStatement

Från SamlAttributeStatement vilken anspråken skapas.

subject
ClaimsIdentity

Det ämne som anspråken läggs till i.

issuer
String

Utfärdaren.

Undantag

samlStatement är null.

-eller-

subject är null.

Kommentarer

De skapade anspråken läggs till i ämnet.

Gäller för