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

On this page
    EncryptionLicenseKey Property
    On this page
    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.
    See Also