Click or drag to resize
WebServerSettingsConvertedUser Property
Gets or sets a value indicating that the BasicAuthenticationUser and BasicAuthenticationPasswordHash have been converted to an IUser and are now managed by the IUserManager.

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

Property Value

Type: Boolean
Remarks
The user is converted the first time version 2.0.3 is run, but only if the user manager allows new users to be created. If creation is permitted then the user is added to the BasicAuthenticationUserIds list.
See Also