AuthenticationService::IsLoggedIn Method ()
.NET Framework (current version)
Determines whether the current user is authenticated.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
The IsLoggedIn method checks whether the current user is authenticated by checking the IsAuthenticated.property.
Note |
|---|
Do not call the IsLoggedIn method from code that is executing on the Web server. You call the IsLoggedIn method only as part of a WCF service. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
