CipherStrength Enumeration

Cryptographic strength enumeration.

Definition

Namespace: Gemstone.Security.Cryptography
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.177 -- Release Build+81a5cbb371db06f3c25ad074506bb1c62cdb198a
public enum CipherStrength

Members

None0Uses no encryption.
Aes128128Uses AES 128-bit encryption.
Aes256256Uses AES 256-bit encryption.

See Also