SecurityServices for .NET 2.0 Documentation

MD2 Members

MD2 overview

Public Static Methods

CreateOverloaded. Creates an instance of the default implementation of the MD2 hash algorithm.

Public Instance Properties

CanReuseTransform (inherited from HashAlgorithm)Gets a value indicating whether the current transform can be reused.
CanTransformMultipleBlocks (inherited from HashAlgorithm)When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed.
Hash (inherited from HashAlgorithm)Gets the value of the computed hash code.
HashSize (inherited from HashAlgorithm)Gets the size, in bits, of the computed hash code.
InputBlockSize (inherited from HashAlgorithm)When overridden in a derived class, gets the input block size.
OutputBlockSize (inherited from HashAlgorithm)When overridden in a derived class, gets the output block size.

Public Instance Methods

Clear (inherited from HashAlgorithm)Releases all resources used by the HashAlgorithm class.
ComputeHash (inherited from HashAlgorithm)Overloaded. Computes the hash value for the specified Stream object.
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. GetHashCode is 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 (inherited from HashAlgorithm)Initializes an implementation of the HashAlgorithm class.
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.

Protected Instance Constructors

MD2 Constructor Initializes a new instance of MD2.

Protected Instance Fields

HashSizeValue (inherited from HashAlgorithm)Represents the size, in bits, of the computed hash code.
State (inherited from HashAlgorithm)Represents the state of the hash computation.

Protected Instance Methods

Dispose (inherited from HashAlgorithm)Releases the unmanaged resources used by the HashAlgorithm and optionally releases the managed resources.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
HashCore (inherited from HashAlgorithm)When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash.
HashFinal (inherited from HashAlgorithm)When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Protected Internal Instance Fields

HashValue (inherited from HashAlgorithm)Represents the value of the computed hash code.

See Also

MD2 Class | Org.Mentalis.SecurityServices.Cryptography Namespace