Click or drag to resize

Utils_DirectoryServices Methods

The Utils_DirectoryServices type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetBytes
Gets a byte array representing the SecurityIdentifier.
Public methodStatic memberGetDomain
Tries to get a domain using its name.
Public methodStatic memberGetGroupUsers(GroupPrincipal)
Gets all users members of a group or a subgroup (recurcive).
Public methodStatic memberGetGroupUsers(String)
Gets all users members of a group or a subgroup (recurcive).
Public methodStatic memberGetUserBySid
Tries to find a user in a context using a Security Identfier.
Public methodStatic memberValidateUserLogin
Checks if a user login exists and gets the corresponding principal if found.
Top
See Also