Udostępnij za pośrednictwem


SamlSecurityKeyIdentifierClause(SamlAssertion) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy SamlSecurityKeyIdentifierClause.

public:
 SamlSecurityKeyIdentifierClause(System::IdentityModel::Tokens::SamlAssertion ^ assertion);
public SamlSecurityKeyIdentifierClause (System.IdentityModel.Tokens.SamlAssertion assertion);
new System.IdentityModel.Tokens.SamlSecurityKeyIdentifierClause : System.IdentityModel.Tokens.SamlAssertion -> System.IdentityModel.Tokens.SamlSecurityKeyIdentifierClause
Public Sub New (assertion As SamlAssertion)

Parametry

assertion
SamlAssertion

Potwierdzenie, które jest obecnie przetwarzane. Ustawia wartość Assertion właściwości.

Uwagi

Potwierdzenie można odpytować, aby uzyskać informacje o wystawcy podczas rozpoznawania klucza potrzebnego do sprawdzenia podpisu. Potwierdzenie zostanie całkowicie odczytane, gdy ta klauzula SecurityTokenResolver zostanie przekazana do obiektu.

Dotyczy