Class HashContext
A hash context.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class HashContext : HashContextBase
Constructors
HashContext(HashType)
Initializes a new instance of the HashContext class.
Declaration
public HashContext(HashType type)
Parameters
Type | Name | Description |
---|---|---|
HashType | type | The type. |
Methods
DoCompute(DataBuffer)
Computes the hash.
Declaration
protected override DataBuffer DoCompute(DataBuffer input)
Parameters
Type | Name | Description |
---|---|---|
DataBuffer | input | The input. |
Returns
Type | Description |
---|---|
DataBuffer |
Overrides
DoDestroy()
Destroys this instance.
Declaration
protected override void DoDestroy()