FormsAuthenticationMessageInspector Class
In This Article
Used to detect the authentication cookie by the FormsAuthenticationEndpointBehavior class.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Remarks
The FormsAuthenticationEndpointBehavior class uses a FormsAuthenticationMessageInspector to detect the authentication cookie shared by an AuthenticationServiceClient and the ReportServiceClient.
See Also