Sdílet prostřednictvím


SamlSecurityTokenHandler.ProcessAuthenticationStatement Metoda

Definice

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

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)

Parametry

samlStatement
SamlAuthenticationStatement

Objekt SamlAuthenticationStatement , 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.

Platí pro