CipherStrength Enumeration

Cryptographic strength enumeration.

Definition

Namespace: Gemstone.Security.Cryptography
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.175 -- Release Build+146c7e07986c58ce53bef2ac3da53d5efdf9e69c
public enum CipherStrength

Members

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

See Also