HashAlgorithm.Hash 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取计算的哈希代码的值。
public:
virtual property cli::array <System::Byte> ^ Hash { cli::array <System::Byte> ^ get(); };
public virtual byte[]? Hash { get; }
public virtual byte[] Hash { get; }
member this.Hash : byte[]
Public Overridable ReadOnly Property Hash As Byte()
属性值
Byte[]
计算哈希代码的当前值。
例外
对象已释放。
注解
该 Hash 属性是字节数组; HashSize 该属性是表示位的值。 因此,中 Hash 元素的数目是大小 HashSize为八分之一。