Share via


ECDiffieHellmanCng.KeyDerivationFunction Propriedade

Definição

Obtém ou define a função de derivação de chaves para a classe ECDiffieHellmanCng.

public:
 property System::Security::Cryptography::ECDiffieHellmanKeyDerivationFunction KeyDerivationFunction { System::Security::Cryptography::ECDiffieHellmanKeyDerivationFunction get(); void set(System::Security::Cryptography::ECDiffieHellmanKeyDerivationFunction value); };
public System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction KeyDerivationFunction { get; set; }
member this.KeyDerivationFunction : System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction with get, set
Public Property KeyDerivationFunction As ECDiffieHellmanKeyDerivationFunction

Valor da propriedade

Um dos ECDiffieHellmanKeyDerivationFunction valores de enumeração: Hash, Hmacou Tls. O valor padrão é Hash.

Exceções

O valor da enumeração está fora do intervalo.

Comentários

Essa propriedade especifica a função de derivação de chave usada para transformar o contrato secreto em material de chave.

Aplica-se a