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。
例外
枚举值超出范围。
注解
此属性指定用于将机密协议转换为密钥材料的密钥派生函数。