Class HashContext
A hash context.
Inherited Members
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()