Table of Contents

Class MFASelectMode

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

Constructors

MFASelectMode()

public MFASelectMode()

Fields

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.

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.

ModeAuthenticatorApp

ModeAuthenticatorApp control.

protected RadioButton ModeAuthenticatorApp

Field Value

RadioButton

Remarks

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

ModeEmail

ModeEmail control.

protected RadioButton ModeEmail

Field Value

RadioButton

Remarks

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

ModeNone

ModeNone control.

protected RadioButton ModeNone

Field Value

RadioButton

Remarks

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

ModeText

ModeText control.

protected RadioButton ModeText

Field Value

RadioButton

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.

Properties

Mode

public OtpModes Mode { get; }

Property Value

OtpModes

Methods

BindControls(OtpModes, bool)

public void BindControls(OtpModes mode, bool allowSaveNone)

Parameters

mode OtpModes
allowSaveNone bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

Events

Selected

public event EventHandler Selected

Event Type

EventHandler