Table of Contents

Class MFAEmail

Namespace
InSite.UI.Portal.Accounts.Users.Controls
Assembly
InSite.UI.dll
public class MFAEmail : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
MFAEmail
Implements
Inherited Members

Constructors

MFAEmail()

public MFAEmail()

Fields

BackButton

BackButton control.

protected Button BackButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CancelButton

CancelButton control.

protected CancelButton CancelButton

Field Value

CancelButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CodeValidator

CodeValidator control.

protected CustomValidator CodeValidator

Field Value

CustomValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ConfirmationCode

ConfirmationCode control.

protected TextBox ConfirmationCode

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ContinueButton

ContinueButton control.

protected Button ContinueButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

EmailAddress

EmailAddress control.

protected TextBox EmailAddress

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

EmailAddress2

EmailAddress2 control.

protected TextBox EmailAddress2

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MFAStatus

MFAStatus control.

protected Alert MFAStatus

Field Value

Alert

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

RecoveryPhrasesTextBox

RecoveryPhrasesTextBox control.

protected TextBox RecoveryPhrasesTextBox

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ResendButton

ResendButton control.

protected Button ResendButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SaveButton

SaveButton control.

protected SaveButton SaveButton

Field Value

SaveButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Step1

Step1 control.

protected View Step1

Field Value

View

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Step2

Step2 control.

protected View Step2

Field Value

View

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Step3

Step3 control.

protected View Step3

Field Value

View

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Steps

Steps control.

protected MultiView Steps

Field Value

MultiView

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

TryAgainPanel

TryAgainPanel control.

protected HtmlGenericControl TryAgainPanel

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Properties

RecoveryPhrases

public string RecoveryPhrases { get; }

Property Value

string

Methods

BindControls(bool)

public void BindControls(bool allowCancel)

Parameters

allowCancel bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

Events

Exited

public event EventHandler Exited

Event Type

EventHandler

Saved

public event EventHandler Saved

Event Type

EventHandler