ECDiffieHellmanCng.UseSecretAgreementAsHmacKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示机密协议是否用作基于哈希的消息身份验证代码 (HMAC) 密钥以派生密钥材料。
public:
property bool UseSecretAgreementAsHmacKey { bool get(); };
public bool UseSecretAgreementAsHmacKey { get; }
member this.UseSecretAgreementAsHmacKey : bool
Public ReadOnly Property UseSecretAgreementAsHmacKey As Boolean
属性值
如果机密协议用作 HMAC 密钥以派生机密材料,则为 true
;否则为 false
。
注解
如果 KeyDerivationFunction 属性设置为 Hmac,则此值用于密钥派生。 默认情况下,该值为 false
。