 | SecurityApplicationInvalidAuthAttempts Property |
Gets or sets the number of invalid authentication attempts
Namespace: SanteDB.Core.Model.SecurityAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic 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
NullableInt32
See Also