SecurityKeyIdentifierClause Construtores
Definição
Inicializa uma nova instância da classe SecurityKeyIdentifierClause.Initializes a new instance of the SecurityKeyIdentifierClause class.
Sobrecargas
| SecurityKeyIdentifierClause(String) |
Inicializa uma nova instância da classe SecurityKeyIdentifierClause usando o tipo de cláusula de identificador de chave especificado.Initializes a new instance of the SecurityKeyIdentifierClause class using the specified key identifier clause type. |
| SecurityKeyIdentifierClause(String, Byte[], Int32) |
Inicializa uma nova instância da classe SecurityKeyIdentifierClause usando o tipo de cláusula de identificador de chave, o nonce e o comprimento de chave derivada especificados.Initializes a new instance of the SecurityKeyIdentifierClause class using the specified key identifier clause type, nonce, and the derived key length. |
SecurityKeyIdentifierClause(String)
Inicializa uma nova instância da classe SecurityKeyIdentifierClause usando o tipo de cláusula de identificador de chave especificado.Initializes a new instance of the SecurityKeyIdentifierClause class using the specified key identifier clause type.
protected:
SecurityKeyIdentifierClause(System::String ^ clauseType);
protected SecurityKeyIdentifierClause (string clauseType);
new System.IdentityModel.Tokens.SecurityKeyIdentifierClause : string -> System.IdentityModel.Tokens.SecurityKeyIdentifierClause
Protected Sub New (clauseType As String)
Parâmetros
- clauseType
- String
O tipo de cláusula de identificador de chave.The key identifier clause type. Define o valor da propriedade ClauseType.Sets the value of the ClauseType property.
Comentários
Quando esse identificador de chave de segurança é serializado em XML, o clauseType parâmetro é serializado como o ValueType atributo do <SecurityTokenReference> elemento.When this security key identifier is serialized into XML, the clauseType parameter is serialized as the ValueType attribute of the <SecurityTokenReference> element.
Aplica-se a
SecurityKeyIdentifierClause(String, Byte[], Int32)
Inicializa uma nova instância da classe SecurityKeyIdentifierClause usando o tipo de cláusula de identificador de chave, o nonce e o comprimento de chave derivada especificados.Initializes a new instance of the SecurityKeyIdentifierClause class using the specified key identifier clause type, nonce, and the derived key length.
protected:
SecurityKeyIdentifierClause(System::String ^ clauseType, cli::array <System::Byte> ^ nonce, int length);
protected:
SecurityKeyIdentifierClause(System::String ^ clauseType, cli::array <System::Byte> ^ derivationNonce, int derivationLength);
protected SecurityKeyIdentifierClause (string clauseType, byte[] nonce, int length);
protected SecurityKeyIdentifierClause (string clauseType, byte[] derivationNonce, int derivationLength);
new System.IdentityModel.Tokens.SecurityKeyIdentifierClause : string * byte[] * int -> System.IdentityModel.Tokens.SecurityKeyIdentifierClause
new System.IdentityModel.Tokens.SecurityKeyIdentifierClause : string * byte[] * int -> System.IdentityModel.Tokens.SecurityKeyIdentifierClause
Protected Sub New (clauseType As String, nonce As Byte(), length As Integer)
Protected Sub New (clauseType As String, derivationNonce As Byte(), derivationLength As Integer)
Parâmetros
- clauseType
- String
O tipo de cláusula de identificador de chave.The key identifier clause type. Define o valor da propriedade ClauseType.Sets the value of the ClauseType property.
- noncederivationNonce
- Byte[]
Uma matriz de Byte que contém o nonce que foi usado para criar uma chave derivada.An array of Byte that contains the nonce that was used to create a derived key. Define o valor retornado pelo método GetDerivationNonce().Sets the value that is returned by the GetDerivationNonce() method.
- lengthderivationLength
- Int32
O tamanho da chave derivada.The size of the derived key. Define o valor da propriedade DerivationLength.Sets the value of the DerivationLength property.
Comentários
Windows Communication Foundation (WCF) não oferece suporte à criação de identificadores de chave derivados implícitos.Windows Communication Foundation (WCF) does not support the creation of implied derived key identifiers. No entanto, o WCF processa mensagens SOAP de entrada que contêm o identificador de chave implícito.However, WCF processes incoming SOAP messages that contain implied key identifier.