Click or drag to resize

HashContext Class

A hash context.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The HashContext type exposes the following members.

Constructors
  NameDescription
Public methodHashContext
Initializes a new instance of the HashContext class.
Top
Properties
  NameDescription
Public propertyType
Gets the type.
(Inherited from HashContextBase.)
Top
Methods
  NameDescription
Public methodCompute(String)
Computes the hash.
(Inherited from HashContextBase.)
Public methodCompute(DataBuffer)
Computes the hash.
(Inherited from HashContextBase.)
Public methodDestroy
Destroys this instance.
(Inherited from HashContextBase.)
Protected methodDoCompute
Computes the hash.
(Overrides HashContextBaseDoCompute(DataBuffer).)
Protected methodDoDestroy
Destroys this instance.
(Overrides HashContextBaseDoDestroy.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also