How to confirm if a user is already authenticated in Active DIrectory?
- by Asim
I know this can be done via WindowsIdentity.GetCurrent().IsAuthenticated, but I need another method.
Is there a way we can query Active Directory and find out if a particular user has already been authenticated.
Thanks for your help.