WebSecurity.RequireAuthenticatedUser Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ()