Condividi tramite


Saml2SecurityKeyIdentifierClause.Assertion Proprietà

Definizione

Ottiene l'asserzione Saml2Assertion attualmente associata a questa istanza.

public:
 property System::IdentityModel::Tokens::Saml2Assertion ^ Assertion { System::IdentityModel::Tokens::Saml2Assertion ^ get(); };
public System.IdentityModel.Tokens.Saml2Assertion Assertion { get; }
member this.Assertion : System.IdentityModel.Tokens.Saml2Assertion
Public ReadOnly Property Assertion As Saml2Assertion

Valore della proprietà

Asserzione Saml2Assertion attualmente associata a questa istanza. Può essere null.

Commenti

L'asserzione può essere eseguita una query per ottenere informazioni sull'autorità emittente durante la risoluzione della chiave necessaria per controllare la firma.

L'asserzione restituita può essere null.

Si applica a