HashAlgorithm.HashValue Field
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.
Represents the value of the computed hash code.
protected: cli::array <System::Byte> ^ HashValue;
protected public: cli::array <System::Byte> ^ HashValue;
protected byte[] HashValue;
protected internal byte[] HashValue;
val mutable HashValue : byte[]
Protected HashValue As Byte()
Protected Friend HashValue As Byte()
Field Value
Byte[]
Remarks
This field is accessed through the Hash property.