Sdílet prostřednictvím


Saml2SecurityTokenHandler.ProcessAuthenticationStatement Metoda

Definice

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

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)

Parametry

statement
Saml2AuthenticationStatement

Objekt Saml2AuthenticationStatement , 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

statement je null.

-nebo-

subject je null.

Platí pro