Can I get Active Directory attributes from the WindowsPrincipal?
- by Graeme
I would like to get the Employee-ID for the currently logged in user. Is that easily available in some .Net class or do I need to do some sort of LDAP query?
Any tips welcome