WebServerSettingsBasicAuthenticationPasswordHash Property |
Gets or sets the hash of the password for the basic authentication user.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Hash BasicAuthenticationPasswordHash { get; set; }
Public Property BasicAuthenticationPasswordHash As Hash
Get
Set
public:
property Hash^ BasicAuthenticationPasswordHash {
Hash^ get ();
void set (Hash^ value);
}
member BasicAuthenticationPasswordHash : Hash with get, set
Property Value
Type:
HashRemarks See Also