Enum RegisterNameOption
Options for collecting name during registration of new account.
Namespace: IRM.AspNetCore.Identity.UI
Assembly: IRM.AspNetCore.Identity.UI.dll
Syntax
public enum RegisterNameOption
Disabled
Don't show any possibility to register a name.
Optional
The user can register a name, but it is optional.
Required
The user is required to enter name.