Click or drag to resize

DatabaseOptionsEncryptionKey Property

A key to encrypt the database with. If the database does not exist and is being created, it will use this key, and the same key must be given every time it's opened. The default, null, means the database is not encrypted.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public SymmetricKey EncryptionKey { get; set; }

Property Value

Type: SymmetricKey
See Also