System.Security.Cryptography.HashAlgorithm.HashSizeValue Field

Represents the size, in bits, of the computed hash code.

Syntax

protected int HashSizeValue

Remarks

The hash algorithm specifies the size of the hash code. For example, System.Security.Cryptography.SHA1 uses a hash size of 160 bits.

This field is accessed through the HashAlgorithm.HashSize property.

Requirements

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