SamlSecurityTokenHandler.ProcessAuthenticationStatement Metod

Definition

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

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

Parametrar

samlStatement
SamlAuthenticationStatement

Från SamlAuthenticationStatement 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.

Gäller för