Julien Pinquié

ASP.NET, C#, SQL Server, Windows Live

Browse by Tags

All Tags » c# » active directory (RSS)
Sorry, but there are no more tags available to filter with.
How to get domain user information from Active Directory in C#
First, we have to know the user connection name (here from an ASP.NET page). string principal = this .Context.User.Identity.Name; Then we have to define some stuff : search filter including object type and connection name, domain, properties to retrieve...
More Posts