EncryptionKey Constructor (String) |
ENTERPRISE EDITION API
Creates an instance with a key derived from a password, using default salt and rounds.Namespace: Couchbase.Lite
public EncryptionKey( string password )
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if password is null |