Class MFASelectMode
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
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.
ModeAuthenticatorApp
ModeAuthenticatorApp control.
protected RadioButton ModeAuthenticatorApp
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ModeEmail
ModeEmail control.
protected RadioButton ModeEmail
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ModeNone
ModeNone control.
protected RadioButton ModeNone
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ModeText
ModeText control.
protected RadioButton ModeText
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.
Properties
Mode
public OtpModes Mode { get; }
Property Value
Methods
BindControls(OtpModes, bool)
public void BindControls(OtpModes mode, bool allowSaveNone)
Parameters
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
Events
Selected
public event EventHandler Selected