Back to Devexpress

IAuthenticationServiceAsync Interface

corelibraries-devexpress-dot-reportserver-dot-servicemodel-dot-client-3192c501.md

latest1.8 KB
Original Source

IAuthenticationServiceAsync Interface

If implemented by a class, provides a service contract for the AuthenticationServiceClient.

Namespace : DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ServiceContract(Name = "IAuthenticationService")]
public interface IAuthenticationServiceAsync
vb
<ServiceContract(Name:="IAuthenticationService")>
Public Interface IAuthenticationServiceAsync

Remarks

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

See Also

IAuthenticationServiceAsync Members

AuthenticationServiceClient

AuthenticationServiceClientFactory

IAuthenticationService

IAuthenticationServiceClient

DevExpress.ReportServer.ServiceModel.Client Namespace