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。
例外狀況
列舉值超出範圍。
備註
這個屬性會指定用來將秘密合約轉換成金鑰數據的金鑰衍生函式。