Mono Class Library: OverviewSystem.Security.Cryptography.HashAlgorithm: Members |
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[]) : byte[] Process the hash algorithm on the complete buffer specified.ComputeHash(System.IO.Stream) : byte[] Process the hash algorithm on the specified stream.ComputeHash(byte[], int, int) : byte[] Process the hash algorithm on a subset of the buffer specified. staticCreate() : HashAlgorithm Return an instance of the default HashAlgorithm defined on the system. staticCreate(string) : HashAlgorithm Return an instance of the specified HashAlgorithm. abstractInitialize() When overridden in a derived class, initializes the object to prepare for hashing.TransformBlock(byte[], int, int, byte[], int) : int Documentation for this section has not yet been entered.TransformFinalBlock(byte[], int, int) : byte[] Implements System.Security.Cryptography.ICryptoTransform.ICryptoTransform.TransformFinalBlock method.
Dispose(bool) Documentation for this section has not yet been entered. abstractHashCore(byte[], int, int) When overridden in a derived class, drives the hashing function. abstractHashFinal() : byte[] 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.