| SecurityApplicationInvalidAuthAttempts Property |
Gets or sets the number of invalid authentication attempts
Namespace:
SanteDB.Core.Model.Security
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public int? InvalidAuthAttempts { get; set; }
Public Property InvalidAuthAttempts As Integer?
Get
Set
public:
property Nullable<int> InvalidAuthAttempts {
Nullable<int> get ();
void set (Nullable<int> value);
}
member InvalidAuthAttempts : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also