Keeper SDK Class Library
C#
Show/Hide TOC
User
Configuration
Password Property
User's password. Optional.
Definition
Namespace:
KeeperSecurity.Configuration
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
string
Password
{
get
;
set
; }
Property Value
String
Implements
IUserConfiguration
Password
Remarks
This property is never stored by this library.
Login(String,
String
)
uses this property if it is set by customer.
See Also
Reference
UserConfiguration Class
KeeperSecurity.Configuration Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also