HashAlgorithm.HashSize 属性
定义
获取计算所得的哈希代码的大小(以位为单位)。Gets the size, in bits, of the computed hash code.
public:
virtual property int HashSize { int get(); };
public virtual int HashSize { get; }
member this.HashSize : int
Public Overridable ReadOnly Property HashSize As Integer
属性值
计算所得的哈希代码的大小(以位为单位)。The size, in bits, of the computed hash code.