NonCryptographicHashAlgorithm(Int32) 构造函数

定义

从派生类中的构造函数中调用,用于初始化 NonCryptographicHashAlgorithm 类。

protected:
 NonCryptographicHashAlgorithm(int hashLengthInBytes);
protected NonCryptographicHashAlgorithm (int hashLengthInBytes);
new System.IO.Hashing.NonCryptographicHashAlgorithm : int -> System.IO.Hashing.NonCryptographicHashAlgorithm
Protected Sub New (hashLengthInBytes As Integer)

参数

hashLengthInBytes
Int32

从此哈希算法生成的字节数。

例外

hashLengthInBytes 小于 1。

适用于