"If at first you don't succeed; call it version 1.0" :-Unknown

Pages

Showing posts with label Active Directory. Show all posts
Showing posts with label Active Directory. Show all posts

Monday, July 15, 2013

Accessing active directory using c#

Hi *.*,
Today i'm sharing a snippet to Accessing active directory using c#. i had created a class file for modular access.Here it goes



using System;
using System.DirectoryServices.AccountManagement;
using System.DirectoryServices;
using System.Configuration;
using System.Collections.Generic;