Skip to main content
A newer version of this page is available. .

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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public class FormsAuthenticationEndpointBehavior :
    IEndpointBehavior

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