Click or drag to resize

DatabaseChangeEncryptionKey Method

Change the encryption key used to secure this database

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public void ChangeEncryptionKey(
	SymmetricKey newKey
)

Parameters

newKey
Type: Couchbase.Lite.StoreSymmetricKey
The new key to use
See Also