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

HttpBasicAuthenticationInfo Class

Specifies a username and password.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public class HttpBasicAuthenticationInfo

The following members return HttpBasicAuthenticationInfo objects:

Remarks

An HttpBasicAuthenticationInfo object is returned by the AuthenticationInfo property.

Inheritance

Object
HttpBasicAuthenticationInfo
See Also