Back to Devexpress

FormsAuthenticationBehaviorExtension Class

corelibraries-devexpress-dot-reportserver-dot-servicemodel-dot-client-1771f0ac.md

latest2.2 KB
Original Source

FormsAuthenticationBehaviorExtension Class

An extension for sharing 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 FormsAuthenticationBehaviorExtension :
    BehaviorExtensionElement
vb
Public Class FormsAuthenticationBehaviorExtension
    Inherits BehaviorExtensionElement

Remarks

This object is only used in an application’s .config file, when linking an authentication service and the Report Server client.

Inheritance

Object ConfigurationElement ServiceModelConfigurationElement ServiceModelExtensionElement BehaviorExtensionElement FormsAuthenticationBehaviorExtension

See Also

FormsAuthenticationBehaviorExtension Members

FormsAuthenticationEndpointBehavior

DevExpress.ReportServer.ServiceModel.Client Namespace