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-b0469
Syntax
C#
public sealed class EncryptionKey : IDisposable

The EncryptionKey type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyHexData
The SymmetrisKey's key data represented as a hex string
Public propertyKeyData
The SymmetricKey's key data; can be used to reconstitute it.
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
Extension Methods
  NameDescription
Public Extension MethodRecursiveEqual
Tests for equality between two untyped objects, and if they are collections recursively checks for equality on each entry.
(Defined by Extensions.)
Top
See Also