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-b0364
Syntax
C#
public EncryptionKey(
	string password
)

Parameters

password
Type: SystemString

[Missing <param name="password"/> documentation for "M:Couchbase.Lite.EncryptionKey.#ctor(System.String)"]

See Also