WebSecurity.RequireAuthenticatedUser Method

Definition

If the user is not authenticated, sets the HTTP status to 401 (Unauthorized).

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

Applies to