Click or drag to resize

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 Value

Type: String
Remarks
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