UserOptions Class¶
Inheritance Hierarchy¶
System.ObjectMicrosoft.AspNet.Identity.UserOptions
Properties¶
-
AllowedUserNameCharacters()¶ Gets or sets the list of allowed characters in the username used to validate user names.
Return type: System.String public string AllowedUserNameCharacters { get; set; }
-
RequireUniqueEmail()¶ Gets or sets a flag indicating whether the application requires unique emails for its users.
Return type: System.Boolean public bool RequireUniqueEmail { get; set; }
-