MembershipUsersLogOutUser Method |
Logs out a user by invalidating the HTTP authentication ticket cookies.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void LogOutUser(
bool redirect
)
Public Sub LogOutUser (
redirect As Boolean
)
public:
void LogOutUser(
bool redirect
)
member LogOutUser :
redirect : bool -> unit
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