Saml2SecurityKeyIdentifierClause.Assertion Propriedade
Definição
Obtém o Saml2Assertion que está associado a esta instância.Gets the Saml2Assertion that is currently associated with this instance.
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
Valor da propriedade
O Saml2Assertion que está associado a esta instância no momento.The Saml2Assertion that is currently associated with this instance. Pode ser null.Can be null.
Comentários
A asserção pode ser consultada para obter informações sobre o emissor ao resolver a chave necessária para verificar a assinatura.The assertion can be queried to obtain information about the issuer when resolving the key needed to check the signature.
A asserção retornada pode ser null .The assertion returned may be null.