Keeper SDK Class Library
C#
Show/Hide TOC
IUser
Configuration
Password Property
User's password. Optional.
Definition
Namespace:
KeeperSecurity.Configuration
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
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
Reference
IUserConfiguration Interface
KeeperSecurity.Configuration Namespace
In This Article
Definition
Remarks
See Also