SymmetricKeyAlgorithm.SetKey Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
SetKey(Byte[])
Sets the current key to the specified value and changes the KeySize accordingly.
Declaration
public void SetKey(byte[] key)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | key | Key. Cannot be null. |