Skip to main content

AuthenticationServiceClientDemandedEventArgs.Client Property

Specifies the authentication service client.

Namespace: DevExpress.ReportServer.Printing

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

NuGet Package: DevExpress.Printing.Core

Declaration

public IAuthenticationServiceClient Client { get; set; }

Property Value

Type Description
IAuthenticationServiceClient

An object implementing the IAuthenticationServiceClient interface.

See Also