SqliteConnectionStringBuilder.Password Property

Definition

Gets or sets the encryption key. Warning, this has no effect when the native SQLite library doesn't support encryption. When specified, PRAGMA key is sent immediately after opening the connection.

public string Password { get; set; }
member this.Password : string with get, set
Public Property Password As String

Property Value

The encryption key.

Applies to