Click or drag to resize

IEncryptionKey Interface

An interface representing an encryption key for encrypting and decrypting databases

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public interface IEncryptionKey : IDisposable

The IEncryptionKey type exposes the following members.

Properties
  NameDescription
Public propertyHexData
Gets the derived bytes of this key in hexadecimal format
Public propertyKeyData
Gets the derived bytes of this key
Top
Methods
  NameDescription
Public methodDispose (Inherited from IDisposable.)
Top
See Also