UserTwoFactorEnabled Property |
Indicates whether two-factor authentication has been enabled. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool TwoFactorEnabled { get; set; }
Public Property TwoFactorEnabled As Boolean
Get
Set
public:
property bool TwoFactorEnabled {
bool get ();
void set (bool value);
}
member TwoFactorEnabled : bool with get, set
Property Value
Type:
Boolean
See Also