Click or drag to resize
IUserUIPassword Property
Gets or sets the password as entered at the user interface.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string UIPassword { get; set; }

Property Value

Type: String
Remarks
This is only ever filled by the user interface - the IUserManager should not store passwords and it must never return passwords when loading users.
See Also