Represents the class which implements the MD5 hash algorithm. This class cannot be inherited.
public sealed class MD5: HashAlgorithm
The following table lists the members exposed by the MD5 object. Click a tab on the left to choose the type of member you want to view.
Methods
Method Description Clear Releases all resources used by the HashAlgorithm. (Inherited from HashAlgorithm) ComputeHash Overloaded. Computes the hash value for the input data. (Inherited from HashAlgorithm) Create Creates an instance of the default implementation of the MD5 hash algorithm. Dispose Releases the native resources used by the HashAlgorithm and optionally releases the managed resources. (Inherited from HashAlgorithm) Equals Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) GetType Gets the Type of the current instance. (Inherited from Object) HashCore Overriden. Routes data written to the object into the MD5 hash algorithm for computing the hash. HashFinal Overriden. Finalizes the hash computation after the last data is processed by the cryptographic stream object. Initialize Overriden. Initializes an implementation of HashAlgorithm. MD5 Initializes a new instance of MD5. ReferenceEquals Determines whether the specified Object instances are the same instance. (Inherited from Object) System.IDisposable.Dispose Releases the unmanaged resources used by the HashAlgorithm. (Inherited from HashAlgorithm) ToHexString Converts the computed hash code to a string. ToString Returns a String that represents the current Object. (Inherited from Object) Properties
Property Description CanReuseTransform Gets a value indicating whether the current transform can be reused. (Inherited from HashAlgorithm) CanTransformMultipleBlocks When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed. (Inherited from HashAlgorithm) Hash Gets the value of the computed hash code. (Inherited from HashAlgorithm) HashSize Gets the size of the computed hash code in bits. (Inherited from HashAlgorithm) InputBlockSize When overridden in a derived class, gets the input block size. (Inherited from HashAlgorithm) OutputBlockSize When overridden in a derived class, gets the output block size. (Inherited from HashAlgorithm) Fields
Field Description hashSizeValue Represents the size of the computed hash code. (Inherited from HashAlgorithm) hashValue Represents the value of the computed hash code. (Inherited from HashAlgorithm) state Represents the state of the hash computation. (Inherited from HashAlgorithm)
Object
Namespace System.Security.Cryptography Flash Library corlib.scl Flash Library Version 2.0.0.2466 Silverlight Library System.Windows.Forms.dll
| © 2003-2007 NETiKA Technologies. All rights reserved. |