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

Namespace: CMS.Membership.Web.UI
Assembly: CMS.Membership.Web.UI (in CMS.Membership.Web.UI.dll) Version: 10.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