FormsAuthenticationEndpointBehavior Class
Shares the Report Server authentication cookie between an AuthenticationServiceClient and the ReportServiceClient to link them.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Remarks
A FormsAuthenticationEndpointBehavior should be passed to both an authentication service and report service before a Report Server authentication attempt. This class traces the authentication cookie by a using a FormsAuthenticationMessageInspector.
If the clients’ configuration is provided via the applicaiton’s .config file, the behavior of both these configurations must be specified in the same file.
Inheritance
Object
FormsAuthenticationEndpointBehavior
See Also