Enum KeySize
- Namespace
- Nucs.JsonSettings
- Assembly
- Nucs.JsonSettings.dll
AES key sizes, in bits. Selects the AES variant for every AES-based EncryptionAlgorithm (CBC, CBC-HMAC, GCM, CCM).
public enum KeySize
Fields
Aes128 = 128128-bit key (AES-128).
Aes192 = 192192-bit key (AES-192).
Aes256 = 256256-bit key (AES-256). The default.
Remarks
This enum moved here from a third-party namespace when the encryption module was migrated
onto System.Security.Cryptography directly. The values are unchanged, so
KeySize.Aes256 still means a 256-bit key.