IMapXMapCredentials Property |
Gets or sets the credentials for xMapServer basic HTTP authentication.
The format of the credential string is "<user>:<password>".
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax string XMapCredentials { get; set; }
Property XMapCredentials As String
Get
Set
property String^ XMapCredentials {
String^ get ();
void set (String^ value);
}
abstract XMapCredentials : string with get, set
Property Value
Type:
StringRemarks It is possible to specify only the password. In this case the password is regarded as an XToken,
and the 'user' xtok is applied automatically.
See Also