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

ECDiffieHellmanKeyDerivationFunction 列挙値である HashHmacTls のうちのいずれか。 既定値は Hash です。

例外

列挙値が範囲外です。

注釈

このプロパティは、秘密契約をキー マテリアルに変換するために使用されるキー派生関数を指定します。

適用対象