Click or drag to resize

IUserConfigurationPassword Property

User's password. Optional.

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
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