Class MFAEmail
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CancelButton
CancelButton control.
protected CancelButton CancelButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CodeValidator
CodeValidator control.
protected CustomValidator CodeValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ConfirmationCode
ConfirmationCode control.
protected TextBox ConfirmationCode
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ContinueButton
ContinueButton control.
protected Button ContinueButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EmailAddress
EmailAddress control.
protected TextBox EmailAddress
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EmailAddress2
EmailAddress2 control.
protected TextBox EmailAddress2
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MFAStatus
MFAStatus control.
protected Alert MFAStatus
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
RecoveryPhrasesTextBox
RecoveryPhrasesTextBox control.
protected TextBox RecoveryPhrasesTextBox
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ResendButton
ResendButton control.
protected Button ResendButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SaveButton
SaveButton control.
protected SaveButton SaveButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Step1
Step1 control.
protected View Step1
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Step2
Step2 control.
protected View Step2
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Step3
Step3 control.
protected View Step3
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Steps
Steps control.
protected MultiView Steps
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TryAgainPanel
TryAgainPanel control.
protected HtmlGenericControl TryAgainPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
RecoveryPhrases
public string RecoveryPhrases { get; }
Property Value
Methods
BindControls(bool)
public void BindControls(bool allowCancel)
Parameters
allowCancelbool
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
Events
Exited
public event EventHandler Exited
Event Type
Saved
public event EventHandler Saved