ECDsaCng.HashAlgorithm 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置签名和验证数据时要使用的哈希算法。
public:
property System::Security::Cryptography::CngAlgorithm ^ HashAlgorithm { System::Security::Cryptography::CngAlgorithm ^ get(); void set(System::Security::Cryptography::CngAlgorithm ^ value); };
public System.Security.Cryptography.CngAlgorithm HashAlgorithm { get; set; }
member this.HashAlgorithm : System.Security.Cryptography.CngAlgorithm with get, set
Public Property HashAlgorithm As CngAlgorithm
属性值
一个指定哈希算法的对象。
例外
该值为 null
。
注解
此属性接受以下算法:MD5、、Sha1Sha256、 Sha384和 Sha512。
也可以使用其他自定义哈希算法。
由于 MD5 和 SHA1 的冲突问题,Microsoft 建议 Sha256使用 。 默认算法为 Sha256。
如果要对已哈希处理的数据进行签名或验证,则不使用此属性。