FormsMapXMapCredentials 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; }
Public Property XMapCredentials As String
Get
Set
public:
virtual property String^ XMapCredentials {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract XMapCredentials : string with get, set
override XMapCredentials : string with get, set
Property Value
Type:
StringImplements
IMapXMapCredentialsRemarks 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