AuthenticablePrincipal.BadLogonCount Property

Definition

Gets the number of logon attempts using incorrect credentials for this account.

public:
 property int BadLogonCount { int get(); };
public int BadLogonCount { get; }
member this.BadLogonCount : int
Public ReadOnly Property BadLogonCount As Integer

Property Value

The number of logon attempts using incorrect credentials for this account.

Exceptions

The underlying store does not support this property.

Applies to