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 (String)
Creates a new
IEncryptionKey
instance using a
String
based password
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Copy
public
static
IEncryptionKey
Create
(
string
password
)
Parameters
password
Type:
System
String
The password to derive the key from
Return Value
Type:
IEncryptionKey
An instantiated
IEncryptionKey
object
See Also
Reference
EncryptionKeyFactory Class
Create Overload
Couchbase.Lite Namespace