Skip to main content

WebCredential(String, String) Constructor

Initializes a new instance of the WebCredential class with the specified user name and password.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public WebCredential(
    string userName,
    string password
)

Parameters

Name Type Description
userName String

A String value. This value is assigned to the WebCredential.UserName property.

password String

A String value. This value is assigned to the WebCredential.Password property.

See Also