다음을 통해 공유


SqliteConnectionStringBuilder.Password 속성

정의

암호화 키를 가져오거나 설정합니다. 경고, 네이티브 SQLite 라이브러리가 암호화를 지원하지 않는 경우에는 아무런 효과가 없습니다. 지정된 경우 연결을 연 후 즉시 PRAGMA key를 보냅니다.

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

속성 값

암호화 키입니다.

적용 대상