Click or drag to resize

EncryptionKeyKeyData Property

The SymmetricKey's key data; can be used to reconstitute it.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
public byte[] KeyData { get; }

Property Value

Type: Byte
See Also