HttpRequest::IsAuthenticated Property
.NET Framework (current version)
Gets a value indicating whether the request has been authenticated.
Assembly: System.Web (in System.Web.dll)
The following code example uses the IsAuthenticated property to determine whether the current request has been authenticated. If it has not been authenticated, the request is redirected to another page where users can enter their credentials into the Web application. This is a common technique used in the default page for an application.
.NET Framework
Available since 1.1
Available since 1.1
Show: