Click or drag to resize

SymmetricKey Constructor (String)

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

Namespace:  Couchbase.Lite.Store
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public SymmetricKey(
	string password
)

Parameters

password
Type: SystemString

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

See Also