Back to Devexpress

FormsAuthenticationEndpointBehavior Class

corelibraries-devexpress-dot-reportserver-dot-servicemodel-dot-client-6531cd2c.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class FormsAuthenticationEndpointBehavior :
    IEndpointBehavior
vb
Public Class FormsAuthenticationEndpointBehavior
    Implements 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

FormsAuthenticationEndpointBehavior Members

AuthenticationServiceClient

DevExpress.ReportServer.ServiceModel.Client Namespace