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

IAuthenticationService.Login(String, String) Method

Namespace: DevExpress.ReportServer.ServiceModel.Client

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

[OperationContract]
bool Login(
    string userName,
    string password
)

Parameters

Name Type Description
userName String

A String value, specifying the user name.

password String

A String value, specifying the password.

Returns

Type Description
Boolean

true if the attempt to login is successful; otherwise false.

See Also