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

Syntax

C#
public enum VGRoleSelectionMode
Visual Basic
Public Enumeration VGRoleSelectionMode

Members

Member nameValueDescription
OnlyOneRole0 Users must select one role in the list of granted roles
MultipleRoles1 Users must select one or more roles in the list of granted roles
NoSelection2 Users cannot select role in the lis of granted roles. All roles will be used to create the principal.

See Also