WebSecurity.Logout Method

Definition

Logs the user out.

public static void Logout ();
static member Logout : unit -> unit
Public Shared Sub Logout ()

Exceptions

The Initialize(String, NameValueCollection) method was not called.-or-The InitializeDatabaseConnection method was not called.-or-The SimpleMembershipProvider membership provider is not registered in the configuration of your site. For more information, contact your site's system administrator.

Applies to