Click or drag to resize
WebServerSettingsBasicAuthenticationUserIds Property
Gets the list of users that can log onto the site when Basic Authentication is switched on.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public NotifyList<string> BasicAuthenticationUserIds { get; }

Property Value

Type: NotifyListString
Remarks
The site will also allow any users listed in AdministratorUserIds to log in, even if they are not present in this list.
See Also