AesGcm Constructor
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Security.dll (version 7.0.9448)
AesGcm(Byte[])
Initializes new AesGcm instance with the provided key.
Declaration
public AesGcm(byte[] key)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | key | The secret key to be used by this instance (check KeyByteSizes for valid key sizes). |
Remarks
The key value is copied into