BExIS.Web.Shell.Areas.SAM.Models.AccountRegisterModel.AccountRegisterModel C# (CSharp) Method

AccountRegisterModel() public method

public AccountRegisterModel ( ) : System.ComponentModel.DataAnnotations
return System.ComponentModel.DataAnnotations
        public AccountRegisterModel()
        {
            SecurityQuestionList = new SecurityQuestionSelectListModel();
            AuthenticatorList = new AuthenticatorSelectListModel(true);
        }
AccountRegisterModel