Click or drag to resize

DatabaseChangeEncryptionKey Method

ENTERPRISE EDITION API

Sets the encryption key for the database. If null, encryption is removed.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public void ChangeEncryptionKey(
	EncryptionKey key
)

Parameters

key
Type: Couchbase.LiteEncryptionKey
The new key to encrypt the database with, or null to remove encryption
See Also