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 strength Description
DBENCRYPT_STRENGTH_NONE Database is not encrypted
DBENCRYPT_STRENGTH_SIMPLE Simple database encryption strength.
DBENCRYPT_STRENGTH_MEDIUM Medium database encryption strength.
DBENCRYPT_STRENGTH_STRONG Strong database encryption strength.
DBENCRYPT_STRENGTH_AES128 128-bit AES database encryption strength.
DBENCRYPT_STRENGTH_AES256 256-bit AES database encryption strength.