Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
EncryptionKeyFactory Class
EncryptionKeyFactory Methods
Create Method
Create Method (IEnumerable(Byte))
Create Method (String)
EncryptionKeyFactory
Create Method (IEnumerable
Byte
)
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#
Copy
public
static
IEncryptionKey
Create
(
IEnumerable
<
byte
>
derivedBytes
)
Parameters
derivedBytes
Type:
System.Collections.Generic
IEnumerable
Byte
The pre-derived key data
Return Value
Type:
IEncryptionKey
An instantiated
IEncryptionKey
object
See Also
Reference
EncryptionKeyFactory Class
Create Overload
Couchbase.Lite Namespace