CngCbcAuthenticatedEncryptorConfiguration.HashAlgorithm 属性

定义

用于对数据进行哈希运算的算法的名称。 此属性对应于 BCryptOpenAlgorithmProvider 的“pszAlgId”参数。 此属性必须具有值。

public:
 property System::String ^ HashAlgorithm { System::String ^ get(); void set(System::String ^ value); };
public string HashAlgorithm { get; set; }
member this.HashAlgorithm : string with get, set
Public Property HashAlgorithm As String

属性值

注解

该算法必须支持在 HMAC 模式下打开,并且摘要长度必须为 128 位或更大。 默认值为“SHA256”。

适用于