MD5Hash MethodsSSH .NET Client Library Documentation
The MD5Hash 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 OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject 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
Routes data written to the object into the hash algorithm for computing the hash.
(Overrides OnlineHashAlgorithm HashCore( Byte , Int32, Int32).)
Protected methodHashFinal
Finalizes the hash computation after the last data is processed by the cryptographic stream object.
(Overrides OnlineHashAlgorithm HashFinal .)
Public methodInitialize
Initializes an implementation of the OnlineHashAlgorithm class.
(Overrides OnlineHashAlgorithm Initialize .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineTransformBlock
Computes the hash value for the specified region of the input byte array and copies the resulting hash value 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