Click or drag to resize

UserConfigurationPassword Property

User's password. Optional.

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public string Password { get; set; }

Property Value

String

Implements

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