SamlSecurityKeyIdentifierClause(SamlAssertion) Construtor

Definição

Inicializa uma nova instância da classe SamlSecurityKeyIdentifierClause.Initializes a new instance of the SamlSecurityKeyIdentifierClause class.

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)

Parâmetros

assertion
SamlAssertion

A declaração que está sendo processada.The assertion that is currently being processed. Define o valor da propriedade Assertion.Sets the value of the Assertion property.

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 será lida completamente quando essa cláusula for passada para o SecurityTokenResolver objeto.The assertion will be read completely when this clause is passed to the SecurityTokenResolver object.

Aplica-se a