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 列舉值為: HashHmac、 或 Tls。 預設值為 Hash

例外狀況

列舉值超出範圍。

備註

此特性指定了用於將秘密協議轉換為密鑰材料的金鑰推導函數。

適用於