HashingAlgorithm.SetKey Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9448)
SetKey(Byte[])
Sets the current key to the specified value.
Declaration
public void SetKey(byte[] key)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | key | Key to be set. |