IncrementalHash.CreateHash(HashAlgorithmName) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 hashAlgorithm
指定的算法创建 IncrementalHash。
public:
static System::Security::Cryptography::IncrementalHash ^ CreateHash(System::Security::Cryptography::HashAlgorithmName hashAlgorithm);
public static System.Security.Cryptography.IncrementalHash CreateHash (System.Security.Cryptography.HashAlgorithmName hashAlgorithm);
static member CreateHash : System.Security.Cryptography.HashAlgorithmName -> System.Security.Cryptography.IncrementalHash
Public Shared Function CreateHash (hashAlgorithm As HashAlgorithmName) As IncrementalHash
参数
- hashAlgorithm
- HashAlgorithmName
要执行的哈希算法的名称。
返回
IncrementalHash 实例已准备好计算由 hashAlgorithm
指定的哈希算法。
例外
hashAlgorithm
。Name 为 null
或空字符串。
hashAlgorithm
不是已知的哈希算法。