SqliteConnectionStringBuilder.Password 属性

定义

获取或设置加密密钥。 警告:当本机 SQLite 库不支持加密时,这不起作用。 指定后,打开连接后会立即发送 PRAGMA key

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

属性值

加密密钥。

适用于