Click or drag to resize

VGRoleSelectionMode Enumeration

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

Namespace:  Novalys.VisualGuard.Security.WPF
Assembly:  Novalys.VisualGuard.Security.WPF (in Novalys.VisualGuard.Security.WPF.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public enum 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