Click or drag to resize

PageInfoencryptionKind Enumeration

Use desEncrypted for encrypted pages, set encryption private key in DatabaseLocation. Use noEncryption when no encryption is desired. Other choices in this enum are not yet publicly available. Other kinds of encryption can be provided upon request. We can even make the interface public allowing application defined encryption.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public enum encryptionKind
Members
  Member nameValueDescription
noEncryption0No Page encryption
desEncrypted1Use DES Page encryption
rsaEncrypted20482Use RSA 2048bits Page encryption (not yet made publicly available)
rsaSigned20483Use RSA 2048bits Page signing (not yet made publicly available)
See Also