Saml2SecurityKeyIdentifierClause(Saml2Assertion) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy Saml2SecurityKeyIdentifierClause.

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

Parametry

assertion
Saml2Assertion

Twierdzenie, 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 odczytane całkowicie, gdy ta klauzula zostanie przekazana SecurityTokenResolver do obiektu.

Dotyczy