Obfuscate property

Specifies whether the new database should be using obfuscation (simple encryption) or not.

Syntax
Visual Basic
Public Property Obfuscate As Boolean
C#
public bool Obfuscate { get; set; }
Property value

True if the database should be encrypted using obfuscation, false if the database should not be obfuscated. The default is false.

Remarks

This option is ignored if FIPS encryption is turned on (ULCreateParms.FIPS). If obfuscation is turned on and a value is supplied for the connection parameter EncryptionKey (DBKEY) when the new database is created, the encryption key will be ignored.

See also