GOA - System.Security.Cryptography.MD5

MD5 Class


Represents the class which implements the MD5 hash algorithm. This class cannot be inherited.

Definition

public sealed class MD5: HashAlgorithm

Members Table

MethodDescription
ClearReleases all resources used by the HashAlgorithm. (Inherited from HashAlgorithm)
ComputeHashOverloaded. Computes the hash value for the input data. (Inherited from HashAlgorithm)
CreateCreates an instance of the default implementation of the MD5 hash algorithm.
DisposeReleases the native resources used by the HashAlgorithm and optionally releases the managed resources. (Inherited from HashAlgorithm)
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
HashCoreOverriden. Routes data written to the object into the MD5 hash algorithm for computing the hash.
HashFinalOverriden. Finalizes the hash computation after the last data is processed by the cryptographic stream object.
InitializeOverriden. Initializes an implementation of HashAlgorithm.
MD5Initializes a new instance of MD5.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
System.IDisposable.DisposeReleases the unmanaged resources used by the HashAlgorithm. (Inherited from HashAlgorithm)
ToHexStringConverts the computed hash code to a string.
ToStringReturns a String that represents the current Object. (Inherited from Object)
PropertyDescription
CanReuseTransformGets a value indicating whether the current transform can be reused. (Inherited from HashAlgorithm)
CanTransformMultipleBlocksWhen overridden in a derived class, gets a value indicating whether multiple blocks can be transformed. (Inherited from HashAlgorithm)
HashGets the value of the computed hash code. (Inherited from HashAlgorithm)
HashSizeGets the size of the computed hash code in bits. (Inherited from HashAlgorithm)
InputBlockSizeWhen overridden in a derived class, gets the input block size. (Inherited from HashAlgorithm)
OutputBlockSizeWhen overridden in a derived class, gets the output block size. (Inherited from HashAlgorithm)
FieldDescription
hashSizeValueRepresents the size of the computed hash code. (Inherited from HashAlgorithm)
hashValueRepresents the value of the computed hash code. (Inherited from HashAlgorithm)
stateRepresents the state of the hash computation. (Inherited from HashAlgorithm)

Inheritance Hierarchy

Object
HashAlgorithm
MD5

Class Information

NamespaceSystem.Security.Cryptography
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.