dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnectionStringBuilder Class / EncryptionLicenseKey Property

In This Topic
    EncryptionLicenseKey Property
    In This Topic
    Gets or sets the license key of the SQLCipher or SQLiteCrypt extension. Set this parameter if you are connecting to SQLCipher or SQLiteCrypt encrypted databases.
    Syntax
    'Declaration
     
    Public Property EncryptionLicenseKey As String
    public string EncryptionLicenseKey {get; set;}

    Property Value

    The license key of the SQLCipher extension.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also