Skip to main content

HttpBasicAuthenticationInfo Class

Specifies a username and password.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#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