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

Syntax

C#
[ObsoleteAttribute("This enum is obsolete now, Please use Novalys.VisualGuard.Security.App.VGRoleSelectionMode enum for the same.", 
	true)]
public enum VGRoleSelectionMode
Visual Basic
<ObsoleteAttribute("This enum is obsolete now, Please use Novalys.VisualGuard.Security.App.VGRoleSelectionMode enum for the same.", 
	true)> 
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