Mega Code Archive

 
Categories / ASP.Net Tutorial / Authentication Authorization
 

Checking whether the user is authenticated

Dim AuthUser  As Boolean AuthUser = User.Identity.IsAuthenticated()