Click or drag to resize
Galactic API

ActiveDirectoryRoleProviderGetAllRoles Method

Gets a list of all the roles for the configured applicationName.

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 override string[] GetAllRoles()

Return Value

Type: String
A string array containing the names of all the roles stored in the data source for the configured applicationName.
See Also