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 一: HashHmacTls。 默认值为 Hash

例外

枚举值的范围不足。

注解

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

适用于