Development ASP.Net



 
  Sub Page_Load(Src As Object, E As EventArgs)
    lblUser.Text = User.Identity.Name
    lblType.Text = User.Identity.AuthenticationType
  End Sub
 


  
  Windows Authentication

  
   
    
    
   
   
    
    
   
  
Current Users Name
Current Authentication Type