HttpRequest.IsAuthenticated Property
.NET Framework 3.0
Gets a value indicating whether the request has been authenticated.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: