System.Security.Cryptography.HashAlgorithm.Hash Property

Gets the value of the computed hash code.

Syntax

public virtual byte[] Hash { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HashAlgorithm.Hash property is a byte array; the HashAlgorithm.HashSize property is a value that represent bits. Therefore, the number of elements in HashAlgorithm.Hash is one-eighth the size of HashAlgorithm.HashSize.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0