IUserConfigurationPassword Property

User's password. Optional.

Definition

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
string Password { get; }

Property Value

String

Remarks

This property is never stored by this library. Login(String, String) uses this property if it is set by customer.

See Also