Example #1
0
 public AccountRegisterModel()
 {
     SecurityQuestionList = new SecurityQuestionSelectListModel();
     AuthenticatorList = new AuthenticatorSelectListModel(true);
 }
Example #2
0
 public UserCreateModel()
 {
     SecurityQuestionList = new SecurityQuestionSelectListModel();
     AuthenticatorList = new AuthenticatorSelectListModel(true);
 }
Example #3
0
 public AccountLogOnModel()
 {
     AuthenticatorList = new AuthenticatorSelectListModel();
 }