Click or drag to resize

DatabaseOptionsEncryptionKey Property

Gets or sets the encryption key to use on the database

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public IEncryptionKey EncryptionKey { get; set; }

Property Value

Type: IEncryptionKey
See Also