SamlAssertionKeyIdentifierClause Classe
Definição
Representa um elemento <KeyIdentifier> que faz referência a um elemento <saml:Assertion> em uma mensagem SOAP.Represents a <KeyIdentifier> element that references a <saml:Assertion> element in a SOAP message.
public ref class SamlAssertionKeyIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public class SamlAssertionKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type SamlAssertionKeyIdentifierClause = class
inherit SecurityKeyIdentifierClause
Public Class SamlAssertionKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
- Herança
Construtores
| SamlAssertionKeyIdentifierClause(String) |
Inicializa uma nova instância da classe SamlAssertionKeyIdentifierClause usando o identificador da declaração SAML especificado.Initializes a new instance of the SamlAssertionKeyIdentifierClause class using the specified SAML assertion identifier. |
| SamlAssertionKeyIdentifierClause(String, Byte[], Int32) |
Inicializa uma nova instância da classe SamlAssertionKeyIdentifierClause usando o identificador da declaração SAML, o nonce e o comprimento da chave especificados.Initializes a new instance of the SamlAssertionKeyIdentifierClause class using the specified SAML assertion identifier, nonce, and key length. |
Propriedades
| AssertionId |
Obtém o identificador do SamlAssertion que contém o identificador de chave.Gets the identifier for the SamlAssertion that contains the key identifier. |
| CanCreateKey |
Obtém um valor que indica se uma chave pode ser criada.Gets a value that indicates whether a key can be created. (Herdado de SecurityKeyIdentifierClause) |
| ClauseType |
Obtém o tipo de cláusula do identificador de chave.Gets the key identifier clause type. (Herdado de SecurityKeyIdentifierClause) |
| DerivationLength |
Obtém o tamanho da chave derivada.Gets the size of the derived key. (Herdado de SecurityKeyIdentifierClause) |
| Id |
Obtém ou define a ID da cláusula do identificador de chave.Gets or sets the key identifier clause ID. (Herdado de SecurityKeyIdentifierClause) |
Métodos
| CreateKey() |
Cria uma chave com base nos parâmetros passados para o construtor.Creates a key based on the parameters passed into the constructor. (Herdado de SecurityKeyIdentifierClause) |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetDerivationNonce() |
Obtém o nonce que foi usado para gerar a chave derivada.Gets the nonce that was used to generate the derived key. (Herdado de SecurityKeyIdentifierClause) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| Matches(SecurityKeyIdentifierClause) |
Determina se o identificador de chave especificado é o mesmo que a instância atual.Determines whether the specified key identifier is the same as the current instance. |
| Matches(String) |
Determina se o identificador de declaração SAML especificado é o mesmo que a instância atual.Determines whether the specified SAML assertion identifier is the same as the current instance. |
| Matches(String, SecurityKeyIdentifierClause) | |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna um String que inclui o identificador de declaração SAML que representa a cláusula de identificador de chave atual.Returns a String that includes the SAML assertion identifier that represents the current key identifier clause. |