Enum AdvancedEncryptionStandardKeySize
Specifies the key size to be used in the Advanced Encryption Standard (AES) cipher.
Namespace: Cuemon.Security.Cryptography
Assembly: Cuemon.Security.dll
Syntax
public enum AdvancedEncryptionStandardKeySize
Fields
| Name | Description |
|---|---|
| AES128 | A key size of 128 bit. |
| AES192 | A key size of 192 bit. |
| AES256 | A key size of 256 bit. |