MD5Managed MembersNetworkComms.Net Help
The MD5Managed type exposes the following members.
Constructors

  NameDescription
Public methodMD5Managed
Create a new instance of the MD5 hash calculator
Back to Top
Methods

  NameDescription
Public methodOnlineClear
Releases all resources used by the OnlineHashAlgorithm class.
(Inherited from OnlineHashAlgorithm.)
Public methodOnlineComputeHash(Stream)
Computes the hash value for the specified OnlineStream object.
(Inherited from OnlineHashAlgorithm.)
Public methodOnlineComputeHash( Byte )
Computes the hash value for the specified byte array.
(Inherited from OnlineHashAlgorithm.)
Public methodOnlineComputeHash( Byte , Int32, Int32)
Computes the hash value for the specified region of the specified byte array.
(Inherited from OnlineHashAlgorithm.)
Public methodOnlineDispose 
Releases all resources used by the current instance of the OnlineHashAlgorithm class.
(Inherited from OnlineHashAlgorithm.)
Protected methodOnlineDispose(Boolean)
Releases the unmanaged resources used by the OnlineHashAlgorithm and optionally releases the managed resources.
(Inherited from OnlineHashAlgorithm.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodHashCore
Calculate the core hash
(Overrides OnlineHashAlgorithm HashCore( Byte , Int32, Int32).)
Protected methodHashFinal
Get the final hash
(Overrides OnlineHashAlgorithm HashFinal .)
Public methodInitialize
Initialise the MD5 hash calculator
(Overrides OnlineHashAlgorithm Initialize .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodOnlineTransformBlock
Computes the hash value for the specified region of the input byte array and copies the specified region of the input byte array to the specified region of the output byte array.
(Inherited from OnlineHashAlgorithm.)
Public methodOnlineTransformFinalBlock
Computes the hash value for the specified region of the specified byte array.
(Inherited from OnlineHashAlgorithm.)
Back to Top
Fields

  NameDescription
Protected fieldOnlineHashSizeValue
Represents the size, in bits, of the computed hash code.
(Inherited from OnlineHashAlgorithm.)
Protected fieldOnlineHashValue
Represents the value of the computed hash code.
(Inherited from OnlineHashAlgorithm.)
Protected fieldOnlineState
Represents the state of the hash computation.
(Inherited from OnlineHashAlgorithm.)
Back to Top
Properties

  NameDescription
Public propertyOnlineCanReuseTransform
Gets a value indicating whether the current transform can be reused.
(Inherited from OnlineHashAlgorithm.)
Public propertyOnlineCanTransformMultipleBlocks
When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed.
(Inherited from OnlineHashAlgorithm.)
Public propertyOnlineHash
Gets the value of the computed hash code.
(Inherited from OnlineHashAlgorithm.)
Public propertyOnlineHashSize
Gets the size, in bits, of the computed hash code.
(Inherited from OnlineHashAlgorithm.)
Public propertyOnlineInputBlockSize
When overridden in a derived class, gets the input block size.
(Inherited from OnlineHashAlgorithm.)
Public propertyOnlineOutputBlockSize
When overridden in a derived class, gets the output block size.
(Inherited from OnlineHashAlgorithm.)
Back to Top
See Also