Skip to main content

EncryptionStrength (NotesDatabase - LotusScript)

The encryption strength of a database.

Defined in

NotesDatabase

Data type

Integer

Syntax

To get: notesDatabase .EncryptionStrength

Usage

Gets the encryption strength for a database.

Encryption strengthDescription
DBENCRYPT_STRENGTH_NONEDatabase is not encrypted
DBENCRYPT_STRENGTH_SIMPLESimple database encryption strength.
DBENCRYPT_STRENGTH_MEDIUMMedium database encryption strength.
DBENCRYPT_STRENGTH_STRONGStrong database encryption strength.
DBENCRYPT_STRENGTH_AES128128-bit AES database encryption strength.
DBENCRYPT_STRENGTH_AES256256-bit AES database encryption strength.