The methods of the MD2CryptoServiceProvider class are listed below. For a complete list of MD2CryptoServiceProvider class members, see the MD2CryptoServiceProvider Members topic.
 Clear (inherited from HashAlgorithm) | Releases all resources used by the HashAlgorithm. | 
 ComputeHash (inherited from HashAlgorithm) | Computes the hash value for the specified Stream. | 
 ComputeHash (inherited from HashAlgorithm) | Computes the hash value for the specified byte array. | 
 ComputeHash (inherited from HashAlgorithm) | Computes the hash value for the specified region of the specified byte array. | 
 Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. | 
 GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | 
 GetType (inherited from Object) | Gets the Type of the current instance. | 
 Initialize | Initializes an instance of MD2CryptoServiceProvider. | 
 ToString (inherited from Object) | Returns a String that represents the current Object. | 
 TransformBlock (inherited from HashAlgorithm) | 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. | 
 TransformFinalBlock (inherited from HashAlgorithm) | Computes the hash value for the specified region of the specified byte array. | 
 Dispose | Releases the unmanaged resources used by the MD2CryptoServiceProvider and optionally releases the managed resources. | 
 Finalize | Finalizes the MD2CryptoServiceProvider. | 
 HashCore | Routes data written to the object into the MD2 hash algorithm for computing the hash. | 
 HashFinal | Returns the computed MD2CryptoServiceProvider hash as an array of bytes after all data has been written to the object. | 
 MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. | 
 IDisposable.Dispose (inherited from HashAlgorithm) | 
MD2CryptoServiceProvider Class | Org.Mentalis.Security.Cryptography Namespace