SamlSecurityTokenHandler.ProcessStatement Metod

Definition

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

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)

Parametrar

statements
IList<SamlStatement>

SAML-uttryck som anspråken skapas från.

subject
ClaimsIdentity

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

issuer
String

Utfärdaren.

Undantag

statements är null.

Gäller för