Click or drag to resize
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.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool CanCreateUsersWithHash { get; }

Property Value

Type: Boolean
Remarks
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