Introduction
Objects
Object Properties
Introduction
DirectoryEntry Class
Create User
Disable User
Enable User
Authenticate a User
Change User Password
Get DirectoryEntry of a user
Get Users in a Group
Get Object Property
References
|
System.DirectoryServices Namespace
.Net Framework 1.1 and 2.0 provide a namespace called System.DirectoryServices that provides classes to access to Active Directory. The functions in the class use the Active Directory Services Interface (ADSI).
The most commonly used classes in the System.DirectoryServices namespace are:
DirectoryEntry
This class allows...
- manipulation of Active Directory nodes and objects such as adding, deleting, renaming and changing object properties.
- enumeration through the structure of the Active Directory Tree
DirectorySearcher
This class allows...
- Querying of LDAP resources such as ActiveDirectory
|