Click or drag to resize

EncryptionKeyFactoryCreate 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#
public static IEncryptionKey Create(
	string password
)

Parameters

password
Type: SystemString
The password to derive the key from

Return Value

Type: IEncryptionKey
An instantiated IEncryptionKey object
See Also