The members of System.Security.Cryptography.HashAlgorithm are listed below.
See Also: Inherited members from System.Object
| Documentation for this section has not yet been entered. |
| [read-only] | CanReuseTransform | bool. Specify if the current transform object can be reused. |
| [read-only] | CanTransformMultipleBlocks | bool. Specify if the current transform object can process multiple blocks in a single call. |
| [read-only] | Hash | byte[]. Gets the previously computed hash. |
| [read-only] | HashSize | int. Returns the size in bits of the hash. |
| [read-only] | InputBlockSize | int. Documentation for this section has not yet been entered. |
| [read-only] | OutputBlockSize | int. Documentation for this section has not yet been entered. |
Clear()Documentation for this section has not yet been entered. | ||
ComputeHash(byte[])Process the hash algorithm on the complete buffer specified. | ||
ComputeHash(System.IO.Stream)Process the hash algorithm on the specified stream. | ||
ComputeHash(byte[], int, int)Process the hash algorithm on a subset of the buffer specified. | ||
static | Create()Return an instance of the default HashAlgorithm defined on the system. | |
static | Create(string)Return an instance of the specified HashAlgorithm. | |
abstract | Initialize()When overridden in a derived class, initializes the object to prepare for hashing. | |
TransformBlock(byte[], int, int, byte[], int)Documentation for this section has not yet been entered. | ||
TransformFinalBlock(byte[], int, int)Implements System.Security.Cryptography.ICryptoTransform.ICryptoTransform.TransformFinalBlock method. | ||
Dispose(bool)Documentation for this section has not yet been entered. | ||
abstract | HashCore(byte[], int, int)When overridden in a derived class, drives the hashing function. | |
abstract | HashFinal()When overridden in a derived class, this pads and hashes whatever data might be left in the buffers and then returns the hash created. | |
| IDisposable.Dispose | Documentation for this section has not yet been entered. |