HashValue Property
The hash value.
Syntax
[VB.NET] Public ReadOnlyProperty HashValue As String Public ReadOnlyProperty HashValueB As Byte()
[C#] public string HashValue {get;} public byte[] HashValueB {get;}
Remarks
The computed hash value. This property is populated after calling ComputeHash.
This property is read-only.
Default Value
""