Saml2SecurityTokenHandler.ProcessAuthenticationStatement Metod

Definition

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

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

Parametrar

statement
Saml2AuthenticationStatement

Från Saml2AuthenticationStatement vilken anspråken skapas.

subject
ClaimsIdentity

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

issuer
String

Utfärdaren.

Undantag

statement är null.

-eller-

subject är null.

Gäller för