Click or drag to resize

EncryptionKey Constructor (Byte)

Creates an instance from existing key data.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public EncryptionKey(
	byte[] keyData
)

Parameters

keyData
Type: SystemByte
The derived key data to use
See Also