ActiveDirectoryService Class
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Service layer for working with Active Directory.
public static class ActiveDirectoryService
- Inheritance:
- System.Object → ActiveDirectoryService
Methods
Authenticate(String, String, String) | Connects to the server and returns a value that specifies if the credentials are valid. |
Get |
Get the members of the specified role. When the recursive flag is set to true, this method searches the specified role recursively and returns all nested role members. |
Get |
Gets a container that is used as the base of all operations against the ActiveDirectory. |
Get |
Returns a Role from Active Directory. |
Get |
Get the list of roles of which the specified user is a member. |
Get |
Returns a User from Active Directory. |
Get |
Returns a User from Active Directory. |
Search |
Returns a paged list of Role objects from Active Directory. |
Search |
Returns a paged list of User objects from Active Directory. |