ECDiffieHellmanCng.KeyDerivationFunction 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定類別的 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 列舉值為: Hash、 Hmac、 或 Tls。 預設值為 Hash。
例外狀況
列舉值超出範圍。
備註
此特性指定了用於將秘密協議轉換為密鑰材料的金鑰推導函數。