HttpLayer.Password Property
Gets or sets the password used for basic authentication by the OGC WMS/WMTS service.
Syntax
public System.String Password { get; set; }
Property Value
Default: ""
A basic authentication password used when communicating with the OGC WMS/WMTS service.
Remarks
If you do not want to have passwords in your configuration files, use a RegistryValue or a ConfigurationParameter to supply the password.
The username is specified by the User property.
Platforms
Windows, Linux, Android