ECDiffieHellmanCng.KeyDerivationFunction Proprietà

Definizione

Ottiene o imposta la funzione di derivazione di chiave per la 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

Valore della proprietà

ECDiffieHellmanKeyDerivationFunction

Uno dei valori di enumerazione ECDiffieHellmanKeyDerivationFunction: Hash, Hmac o Tls. Il valore predefinito è Hash.

Eccezioni

Il valore di enumerazione è esterno all'intervallo.

Commenti

Questa proprietà specifica la funzione di derivazione chiave usata per trasformare il contratto segreto in materiale chiave.

Si applica a