Click or drag to resize
WebServerSettingsBasicAuthenticationPasswordHash Property
Gets or sets the hash of the password for the basic authentication user.

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

Property Value

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