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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.