| DbSecurityDeviceInvalidAuthAttempts Property |
Gets or sets the invalid authentication attempts.
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Security
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public int InvalidAuthAttempts { get; set; }
Public Property InvalidAuthAttempts As Integer
Get
Set
public:
property int InvalidAuthAttempts {
int get ();
void set (int value);
}
member InvalidAuthAttempts : int with get, set
Property Value
Type:
Int32The invalid authentication attempts.
See Also