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

FormsAuthenticationMessageInspector Class

Used to detect the authentication cookie by the FormsAuthenticationEndpointBehavior class.

Namespace: DevExpress.ReportServer.ServiceModel.Client

Assembly: DevExpress.Printing.v20.1.Core.dll

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

Declaration

public class FormsAuthenticationMessageInspector :
    IClientMessageInspector

Remarks

The FormsAuthenticationEndpointBehavior class uses a FormsAuthenticationMessageInspector to detect the authentication cookie shared by an AuthenticationServiceClient and the ReportServiceClient.

Inheritance

Object
FormsAuthenticationMessageInspector
See Also