HashAlgorithm.HashSizeValue 字段
定义
表示计算所得的哈希代码的大小(以位为单位)。Represents the size, in bits, of the computed hash code.
protected: int HashSizeValue;
protected int HashSizeValue;
val mutable HashSizeValue : int
Protected HashSizeValue As Integer
字段值
注解
哈希算法指定哈希代码的大小。The hash algorithm specifies the size of the hash code. 例如, SHA1 使用的哈希大小为160位。For example, SHA1 uses a hash size of 160 bits.
此字段通过属性进行访问 HashSize 。This field is accessed through the HashSize property.