| 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
)
Public Function GetMembers (
roleName As String
) As List(Of String)
public:
List<String^>^ GetMembers(
String^ roleName
)
member GetMembers :
roleName : string -> List<string>
Parameters
- roleName
- Type: SystemString
The name of the role to find the membership for.
Return Value
Type:
ListStringA list of SAM Account Names for the security principals in the role.
See Also