ECDiffieHellmanCng.KeyDerivationFunction Propriedade

Definição

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

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 de Propriedade

Um dos ECDiffieHellmanKeyDerivationFunction valores de enumeração: Hash, Hmac, ou Tls. O valor predefinido é Hash.

Exceções

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

Observações

Esta propriedade especifica a função de derivação chave que é usada para transformar o acordo secreto em material chave.

Aplica-se a