CipherStrength Enumeration
Cryptographic strength enumeration.
Namespace: Gemstone.Security.CryptographyAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.147 -- Release Build+3014b8a0edc553e56f868ef31b6f0f5012f8db4f
public enum CipherStrength
Public Enumeration CipherStrength
public enum class CipherStrength
Gemstone.Security.Cryptography.CipherStrength = function();
Gemstone.Security.Cryptography.CipherStrength.createEnum('Gemstone.Security.Cryptography.CipherStrength', false);
| None | 0 | Uses no encryption. |
| Aes128 | 128 | Uses AES 128-bit encryption. |
| Aes256 | 256 | Uses AES 256-bit encryption. |