Click or drag to resize
GnomonRoleProviderGetAllRoles Method
Gets a list of all the roles for the configured applicationName.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
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