Class Md5Sha1HashContext
An MD5-SHA1 hash context.
Inheritance
System.Object
Md5Sha1HashContext
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 Md5Sha1HashContext
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()