Click or drag to resize
Galactic API

SimpleMappingRoleProviderGetAllRoles Method

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

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