Specifies whether the new database should be using obfuscation (simple encryption) or not.
Visual Basic Public Property Obfuscate As Boolean
C# public bool Obfuscate { get; set; }
True if the database should be encrypted using obfuscation, false if the database should not be obfuscated. The default is false.
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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |