Class MFAAuthenticatorApp
public class MFAAuthenticatorApp : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
MFAAuthenticatorApp
- Implements
- Inherited Members
Constructors
MFAAuthenticatorApp()
public MFAAuthenticatorApp()
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.
QRCode
QRCode control.
protected HtmlGenericControl QRCode
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QRCode2
QRCode2 control.
protected HtmlGenericControl QRCode2
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QRCodeText
QRCodeText control.
protected HiddenField QRCodeText
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.
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.
Properties
RecoveryPhrases
public string RecoveryPhrases { get; }
Property Value
TokenSecret
public byte[] TokenSecret { get; }
Property Value
- byte[]
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