UsernameDomainSelectionMode

The UsernameDomainSelectionMode enumeration specifies the mode which the domain suffix selection restriction operates in.

Syntax

enum UsernameDomainSelectionMode
{
    AlwaysUseDefault            = 0,  //0x0
    AlwaysUseSpecific           = 1,  //0x1
    ShowAll                     = 2,  //0x2
    ShowSpecific                = 3,  //0x3
    HideSpecific                = 4   //0x4
}

Constants

  • Flag

  • Description

  • AlwaysUseDefault

  • Always use the default domain.

  • AlwaysUseSpecific

  • Always use a specific domain.

  • ShowAll

  • Allow selecting any domain.

  • ShowSpecific

  • Hide specific domains.

  • HideSpecific

  • Show only specific domains.

Requirements

Minimum required version: 2023

See also