Skip to main content

IAuthenticationService.Login(String, String) Method

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

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