Click or drag to resize
MembershipUsersLogOutUser Method
Logs out a user by invalidating the HTTP authentication ticket cookies.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void LogOutUser(
	bool redirect
)

Parameters

redirect
Type: SystemBoolean
If true, HTTP response headers will be issued to redirect a connected client to a registered logged out URL.
See Also