GOA - System.Security.Cryptography.HashAlgorithm

HashAlgorithm Class


Represents the base class from which all implementations of cryptographic hash algorithms must derive.

Definition

public abstract class HashAlgorithm: Object, IDisposable

Members Table

MethodDescription
ClearReleases all resources used by the HashAlgorithm.
ComputeHashOverloaded. Computes the hash value for the input data.
DisposeOverloaded. (Inherited from IDisposable)
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)
HashAlgorithmInitializes a new instance of HashAlgorithm.
HashCoreWhen overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash.
HashFinalWhen overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object.
InitializeInitializes an implementation of HashAlgorithm.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
System.IDisposable.DisposeReleases the unmanaged resources used by the HashAlgorithm.
ToStringReturns a String that represents the current Object. (Inherited from Object)
PropertyDescription
CanReuseTransformGets a value indicating whether the current transform can be reused.
CanTransformMultipleBlocksWhen overridden in a derived class, gets a value indicating whether multiple blocks can be transformed.
HashGets the value of the computed hash code.
HashSizeGets the size of the computed hash code in bits.
InputBlockSizeWhen overridden in a derived class, gets the input block size.
OutputBlockSizeWhen overridden in a derived class, gets the output block size.
FieldDescription
hashSizeValueRepresents the size of the computed hash code.
hashValueRepresents the value of the computed hash code.
stateRepresents the state of the hash computation.

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.