The SupportedHashAlgo type exposes the following members.

Methods

  NameDescription
Public methodEquals
If two SupportedHashAlgo are the same
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
A hash code for HashTable calculus.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
The name of the hash algorithm
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAlgorithm
The HashAlgorithm
Public propertyDescription
Hash Algorithm Description
Public propertyId
Hash Algorithm ID
Public propertyIsFast
If the Algorithm is supposed to be fast
Public propertyIsKeyed
If the Algorithm is keyed
Public propertyName
Hash Algorithm Name

See Also