Click or drag to resize

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; }

Property Value

Type: Boolean
true if this instance is two factor enabled; otherwise, false.
See Also