Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
Database Class
Database Methods
AddChangeListener Method
AddDocumentChangeListener Method
ChangeEncryptionKey Method
Close Method
Compact Method
Copy Method
CreateIndex Method
Delete Method
DeleteIndex Method
Dispose Method
Equals Method
Exists Method
Finalize Method
GetDocument Method
GetHashCode Method
GetIndexes Method
InBatch Method
Purge Method
RemoveChangeListener Method
Save Method
SetLogLevel Method
ToString Method
Database
ChangeEncryptionKey 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#
Copy
public
void
ChangeEncryptionKey
(
EncryptionKey
key
)
Parameters
key
Type:
Couchbase.Lite
EncryptionKey
The new key to encrypt the database with, or
null
to remove encryption
See Also
Reference
Database Class
Couchbase.Lite Namespace