Class Md5Sha1HashContext
An MD5-SHA1 hash context.
Inheritance
System.Object
Md5Sha1HashContext
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class Md5Sha1HashContext : object
Constructors
Md5Sha1HashContext()
Initializes a new instance of the Md5Sha1HashContext class.
Declaration
public Md5Sha1HashContext()
Methods
Compute(DataBuffer)
Computes the specified input.
Declaration
public DataBuffer Compute(DataBuffer input)
Parameters
Type | Name | Description |
---|---|---|
DataBuffer | input | The input. |
Returns
Type | Description |
---|---|
DataBuffer |
Destroy()
Destroys this instance.
Declaration
public void Destroy()