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

In This Topic
    Encryption Property
    In This Topic
    Determines whether the database is encrypted and kind of the database encryption.
    Syntax
    'Declaration
     
    Public Property Encryption As EncryptionMode
    public EncryptionMode Encryption {get; set;}

    Property Value

    One of the EncryptionMode values.
    See Also