UserOptions Class

Summary

Options for user validation.

Syntax

public class UserOptions

GitHub

View on GitHub

class Microsoft.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; }