Click or drag to resize

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

Property Value

Type: Int32
The invalid authentication attempts.
See Also