Show / Hide Table of Contents

Class VerifySecurityCodeModel

Inheritance
object
AccountPageModel
VerifySecurityCodeModel
Inherited Members
AccountPageModel.CheckCurrentTenant(Guid?)
AccountPageModel.CheckIdentityErrors(IdentityResult)
AccountPageModel.GetLocalizeExceptionMessage(Exception)
AccountPageModel.StoreConfirmUser(IdentityUser)
AccountPageModel.StoreChangePasswordUser(IdentityUser)
AccountPageModel.CheckLocalLoginAsync()
AccountPageModel.IsValidReturnUrl(string)
AccountPageModel.AccountAppService
AccountPageModel.SignInManager
AccountPageModel.UserManager
AccountPageModel.IdentitySecurityLogManager
AccountPageModel.IdentityLinkUserAppService
AccountPageModel.IdentityOptions
AccountPageModel.ReCaptchaOptions
AccountPageModel.ExceptionToErrorInfoConverter
AccountPageModel.IdentityDynamicClaimsPrincipalContributorCache
Namespace: Volo.Abp.Account.Public.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class VerifySecurityCodeModel : AccountPageModel

Constructors

VerifySecurityCodeModel(ICurrentPrincipalAccessor)

Declaration
public VerifySecurityCodeModel(ICurrentPrincipalAccessor currentPrincipalAccessor)
Parameters
Type Name Description
ICurrentPrincipalAccessor currentPrincipalAccessor

Fields

CurrentPrincipalAccessor

Declaration
protected ICurrentPrincipalAccessor CurrentPrincipalAccessor
Field Value
Type Description
ICurrentPrincipalAccessor

Properties

Code

Declaration
[BindProperty]
public string Code { get; set; }
Property Value
Type Description
string

IsRememberBrowserEnabled

Declaration
public bool IsRememberBrowserEnabled { get; protected set; }
Property Value
Type Description
bool

LinkTenantId

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public Guid? LinkTenantId { get; set; }
Property Value
Type Description
Guid?

LinkToken

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string LinkToken { get; set; }
Property Value
Type Description
string

LinkUserId

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public Guid? LinkUserId { get; set; }
Property Value
Type Description
Guid?

Provider

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string Provider { get; set; }
Property Value
Type Description
string

RememberBrowser

Declaration
[BindProperty]
public bool RememberBrowser { get; set; }
Property Value
Type Description
bool

RememberMe

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public bool RememberMe { get; set; }
Property Value
Type Description
bool

ReturnUrl

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string ReturnUrl { get; set; }
Property Value
Type Description
string

ReturnUrlHash

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string ReturnUrlHash { get; set; }
Property Value
Type Description
string

Methods

IsRememberBrowserEnabledAsync()

Declaration
protected virtual Task<bool> IsRememberBrowserEnabledAsync()
Returns
Type Description
Task<bool>

OnGetAsync()

Declaration
public virtual Task OnGetAsync()
Returns
Type Description
Task

OnPostAsync()

Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type Description
Task<IActionResult>

VerifyLinkTokenAsync()

Declaration
protected virtual Task<bool> VerifyLinkTokenAsync()
Returns
Type Description
Task<bool>
In this article
Back to top Powered by Volosoft