Click or drag to resize

MapXMapCredentials 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
public string XMapCredentials { get; set; }

Property Value

Type: String

Implements

IMapXMapCredentials
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