Skip to main content
All docs
V25.2
  • SecurityOptions.NewUserRoleName Property

    Specifies the name of a role assigned to an automatically created user.

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.Security.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.Security

    Declaration

    public string NewUserRoleName { get; set; }

    Property Value

    Type Description
    String

    The name of the default role.

    Remarks

    This option is in effect when an application uses Windows Active Directory Authentication and the CreateUserAutomatically option is enabled.

    See Also