Click or drag to resize
WebServerSettingsBasicAuthenticationUser Property
Gets or sets the user for basic authentication.

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

Property Value

Type: String
Remarks
Last used in version 2.0.2, now superceded by BasicAuthenticationUserIds.
See Also