MD5Managed MethodsNetworkComms.Net Help
The MD5Managed type exposes the following members.
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
See Also