Click or drag to resize
Galactic API

ActiveDirectoryRoleProviderGetMembers Method

Gets a list of SAM Account Names for the security principals that belong to the role.

Namespace:  Galactic.Web.Security.ActiveDirectory
Assembly:  Galactic.Web.Security.ActiveDirectory (in Galactic.Web.Security.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public List<string> GetMembers(
	string roleName
)

Parameters

roleName
Type: SystemString
The name of the role to find the membership for.

Return Value

Type: ListString
A list of SAM Account Names for the security principals in the role.
See Also