Skip to main content

MapWebRequestEventArgs.Credentials Property

Gets or sets authentication information for the map web request.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.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