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: 2017.0.101.17 (2017.0.101.17)

Syntax

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

Return Value

Type: array<String>[]()[][]
A string array containing the names of all the roles stored in the database for a particular application.

See Also