ECDiffieHellmanCng.KeyDerivationFunction Proprietà

Definizione

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

Valore della proprietà

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

Eccezioni

Il valore di enumerazione non è compreso nell'intervallo.

Commenti

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

Si applica a