IUserManagerCanCreateUsersWithHash Property |
Gets a value indicating that the manager can create a user and make use
of a password hash supplied by VRS.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool CanCreateUsersWithHash { get; }
ReadOnly Property CanCreateUsersWithHash As Boolean
Get
property bool CanCreateUsersWithHash {
bool get ();
}
abstract CanCreateUsersWithHash : bool with get
Property Value
Type:
BooleanRemarks
This is only used to port the old Basic Authentication user from legacy
versions of VRS into IUserManager - it is expected that most 3rd party
user repositories can't support this, in which case they should return
false here.
See Also