Click or drag to resize

EncryptionKey Constructor (String)

Creates an instance with a key derived from a password, using default salt and rounds.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public EncryptionKey(
	string password
)

Parameters

password
Type: SystemString
The password to derive the key from
See Also