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
[read-only] | CanReuseTransform | bool.
Gets a value indicating whether the current transform can be reused. |
[read-only] | CanTransformMultipleBlocks | bool.
When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed. |
[read-only] | Hash | byte[].
Gets the value of the computed hash code. |
[read-only] | HashSize | int.
Gets the size, in bits, of the computed hash code. |
[read-only] | InputBlockSize | int.
When overridden in a derived class, gets the input block size. |
[read-only] | OutputBlockSize | int.
When overridden in a derived class, gets the output block size. |