Click or drag to resize

EncryptionKey Class

Basic AES encryption. Uses a 256-bit (32-byte) key.
Inheritance Hierarchy
SystemObject
  Couchbase.LiteEncryptionKey

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public sealed class EncryptionKey : IDisposable

The EncryptionKey type exposes the following members.

Constructors
  NameDescription
Public methodEncryptionKey(Byte)
Creates an instance from existing key data.
Public methodEncryptionKey(String)
Creates an instance with a key derived from a password, using default salt and rounds.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also