The members of System.Security.Cryptography.HashAlgorithm are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Security.Cryptography.HashAlgorithm class. |
[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. |
Clear()
| ||
ComputeHash(byte[])
| ||
ComputeHash(System.IO.Stream)
| ||
ComputeHash(byte[], int, int)
| ||
static | Create()
| |
static | Create(string)
| |
Dispose()
| ||
abstract | Initialize()
| |
TransformBlock(byte[], int, int, byte[], int)
| ||
TransformFinalBlock(byte[], int, int)
|
Dispose(bool)
| ||
abstract | HashCore(byte[], int, int)
| |
abstract | HashFinal()
|
IDisposable.Dispose |
Releases the unmanaged resources used by the System.Security.Cryptography.HashAlgorithm and optionally releases the managed resources. |