Click or drag to resize
Galactic API

SimpleActiveDirectoryRoleProviderGetAllRoles Method

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

Namespace:  Galactic.Web.Security.SimpleActiveDirectory
Assembly:  Galactic.Web.Security.SimpleActiveDirectory (in Galactic.Web.Security.SimpleActiveDirectory.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