Click or drag to resize

EncryptionKeyFactoryCreate Method (IEnumerableByte)

Creates a new IEncryptionKey instance using preexisting derived data

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public static IEncryptionKey Create(
	IEnumerable<byte> derivedBytes
)

Parameters

derivedBytes
Type: System.Collections.GenericIEnumerableByte
The pre-derived key data

Return Value

Type: IEncryptionKey
An instantiated IEncryptionKey object
See Also