NonCryptographicHashAlgorithm(Int32) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从派生类中的构造函数中调用,用于初始化 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。