HashAlgorithm.Hash Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the computed hash code.
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()
Property Value
Byte[]
The current value of the computed hash code.
Exceptions
The object has already been disposed.
Remarks
The Hash property is a byte array; the HashSize property is a value that represent bits. Therefore, the number of elements in Hash is one-eighth the size of HashSize.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.