How to confirm if a user is already authenticated in Active DIrectory?

Posted by Asim on Stack Overflow See other posts from Stack Overflow or by Asim
Published on 2010-02-01T20:30:16Z Indexed on 2010/03/08 3:02 UTC
Read the original article Hit count: 267

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.

© Stack Overflow or respective owner

Related posts about active-directory

Related posts about authentication