AuthenticablePrincipal.BadLogonCount 属性

定义

获取对此帐户使用不正确的凭据进行登录的尝试次数。

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

属性值

对此帐户使用不正确的凭据进行登录的尝试次数。

例外

基础存储不支持此属性。

适用于