PbeParameters.HashAlgorithm 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与密钥派生功能 (KDF) 结合使用的哈希算法的名称,用于将密码转换为加密密钥。
public:
property System::Security::Cryptography::HashAlgorithmName HashAlgorithm { System::Security::Cryptography::HashAlgorithmName get(); };
public System.Security.Cryptography.HashAlgorithmName HashAlgorithm { get; }
member this.HashAlgorithm : System.Security.Cryptography.HashAlgorithmName
Public ReadOnly Property HashAlgorithm As HashAlgorithmName
属性值
用于密钥派生函数的哈希算法的名称 (KDF) 将密码转换为加密密钥。