Table of Contents

Class MFAAuthenticatorApp

Namespace
InSite.UI.Portal.Accounts.Users.Controls
Assembly
InSite.UI.dll
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

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.

QRCode

QRCode control.

protected HtmlGenericControl QRCode

Field Value

HtmlGenericControl

Remarks

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

QRCode2

QRCode2 control.

protected HtmlGenericControl QRCode2

Field Value

HtmlGenericControl

Remarks

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

QRCodeText

QRCodeText control.

protected HiddenField QRCodeText

Field Value

HiddenField

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.

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.

Properties

RecoveryPhrases

public string RecoveryPhrases { get; }

Property Value

string

TokenSecret

public byte[] TokenSecret { get; }

Property Value

byte[]

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