System.Security.Cryptography.HashAlgorithm: Property Members

The properties of System.Security.Cryptography.HashAlgorithm are listed below. For a list of all members, see the HashAlgorithm Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
CanReuseTransformbool.

Gets a value indicating whether the current transform can be reused.

[read-only]
CanTransformMultipleBlocksbool.

When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed.

[read-only]
Hashbyte[].

Gets the value of the computed hash code.

[read-only]
HashSizeint.

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

[read-only]
InputBlockSizeint.

When overridden in a derived class, gets the input block size.

[read-only]
OutputBlockSizeint.

When overridden in a derived class, gets the output block size.