Skip to main content
A newer version of this page is available. .

MapWebRequestEventArgs.Credentials Property

Gets or sets authentication information for the map web request.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public ICredentials Credentials { get; set; }

Property Value

Type Description
ICredentials

An ICredentials that contains the authentication credentials associated with the request. The default is null.

See Also