Click or drag to resize
ICustomSignOutScriptProvider Interface
Interface for objects providing third party logout scripts

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public interface ICustomSignOutScriptProvider

The ICustomSignOutScriptProvider type exposes the following members.

Methods
  NameDescription
Public methodGetSignOutScript
Builds and returns a custom logout script which is obligated to call the given callback upon finish.
Top
See Also