| DbSecurityUserTwoFactorEnabled Property |
Gets or sets a value indicating whether this instance is two factor enabled.
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Security
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public 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:
Booleantrue if this instance is two factor enabled; otherwise,
false.
See Also