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
Public Enumeration encryptionKind
public enum class encryptionKind
Members
| Member name | Value | Description |
---|
| noEncryption | 0 | No Page encryption |
| desEncrypted | 1 | Use DES Page encryption |
| rsaEncrypted2048 | 2 | Use RSA 2048bits Page encryption (not yet made publicly available) |
| rsaSigned2048 | 3 | Use RSA 2048bits Page signing (not yet made publicly available) |
See Also