Gets the value of the computed hash code.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public override byte[] Hash { get; }
Visual Basic
Public Overrides ReadOnly Property Hash As Byte()
	Get
Visual C++
public:
virtual property array<unsigned char>^ Hash {
	array<unsigned char>^ get () override;
}

Field Value

Return Value

The current value of the computed hash code.

Exceptions

ExceptionCondition
System.Security.Cryptography..::..CryptographicUnexpectedOperationExceptionHashValue is null.
System..::..ObjectDisposedException The object has already been disposed.

See Also