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