Defines the mode of selection for granted roles during the authentication process.

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

Syntax

C#
public enum VGRoleSelectionMode
Visual Basic (Declaration)
Public Enumeration VGRoleSelectionMode

Members

Member nameDescription
OnlyOneRole
Users must select one role in the list of granted roles
MultipleRoles
Users must select one or more roles in the list of granted roles
NoSelection
Users cannot select role in the lis of granted roles. All roles will be used to create the principal.

See Also