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.
    See Also