SamlSecurityKeyIdentifierClause.Assertion Proprietà

Definizione

Ottiene l'asserzione SamlAssertion attualmente associata a questa istanza.

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

Valore della proprietà

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

Commenti

È possibile eseguire una query sull'asserzione 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