Utils_DirectoryServices Class |
Namespace: MicaSystems.Utils
public static class Utils_DirectoryServices
The Utils_DirectoryServices type exposes the following members.
Name | Description | |
---|---|---|
GetBytes |
Gets a byte array representing the SecurityIdentifier.
| |
GetDomain |
Tries to get a domain using its name.
| |
GetGroupUsers(GroupPrincipal) |
Gets all users members of a group or a subgroup (recurcive).
| |
GetGroupUsers(String) |
Gets all users members of a group or a subgroup (recurcive).
| |
GetUserBySid |
Tries to find a user in a context using a Security Identfier.
| |
ValidateUserLogin |
Checks if a user login exists and gets the corresponding principal if found.
|