Click or drag to resize

SymmetricKeyKeyData Property

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

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

Property Value

Type: Byte
See Also