WebServerSettingsBasicAuthenticationUserIds Property |
Gets the list of users that can log onto the site when Basic Authentication is
switched on.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public NotifyList<string> BasicAuthenticationUserIds { get; }
Public ReadOnly Property BasicAuthenticationUserIds As NotifyList(Of String)
Get
public:
property NotifyList<String^>^ BasicAuthenticationUserIds {
NotifyList<String^>^ get ();
}
member BasicAuthenticationUserIds : NotifyList<string> with get
Property Value
Type:
NotifyListStringRemarks
The site will also allow any users listed in
AdministratorUserIds
to log in, even if they are not present in this list.
See Also