Back to Devexpress

IAuthenticationServiceClient Interface

corelibraries-devexpress-dot-reportserver-dot-servicemodel-dot-client-2b117fde.md

latest2.3 KB
Original Source

IAuthenticationServiceClient Interface

If implemented by a class, provides the client-side functionality for the DevExpress Report Server authentication service.

Namespace : DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public interface IAuthenticationServiceClient :
    IServiceClientBase
vb
Public Interface IAuthenticationServiceClient
    Inherits IServiceClientBase

The following members return IAuthenticationServiceClient objects:

Remarks

The base class that implements this interface is AuthenticationServiceClient.

To learn more, refer to the Report and Dashboard Server documentation.

See Also

IAuthenticationServiceClient Members

AuthenticationServiceClient

AuthenticationServiceClientFactory

IAuthenticationService

IAuthenticationServiceAsync

DevExpress.ReportServer.ServiceModel.Client Namespace