Gets a list of all the roles for the application.

Namespace:  Novalys.VisualGuard.Security.WebForm
Assembly:  Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public override string[] GetAllRoles()
Visual Basic (Declaration)
Public Overrides Function GetAllRoles As String()

Return Value

A string array containing the names of all the roles stored in the database for a particular application.

See Also