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

例外

枚举值超出范围。

注解

此属性指定用于将机密协议转换为密钥材料的密钥派生函数。

适用于