Click or drag to resize
AuthenticationHelperGetSignOutOnClickScript Method
Gets the script that performs a SignOut of all the registered third party providers.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static string GetSignOutOnClickScript(
	Page page
)

Parameters

page
Type: System.Web.UIPage
Page to which helper scripts can be registered.

Return Value

Type: String
Script that performs a SignOut of all the registered third party providers or null if none is necessary.
See Also