Share via


ECDiffieHellmanCng.KeyDerivationFunction 屬性

定義

取得或設定 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

屬性值

其中一個 ECDiffieHellmanKeyDerivationFunction 列舉值:HashHmacTls。 預設值是 Hash

例外狀況

列舉值超出範圍。

備註

這個屬性會指定用來將秘密合約轉換成金鑰數據的金鑰衍生函式。

適用於