Julien Pinquié

ASP.NET, C#, SQL Server

Browse by Tags

All Tags » active directory (RSS)
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