Click or drag to resize

DatabaseConfigurationEncryptionKey Property

Gets or sets the encryption key to use on the database

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

Property Value

Type: EncryptionKey
See Also