9 references to AcctInfoBadLogonCount
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AccountInfo.cs (2)
171
return _owningPrincipal.HandleGet<int>(ref _badLogonCount, PropertyNames.
AcctInfoBadLogonCount
, ref _badLogonCountChanged);
336
case (PropertyNames.
AcctInfoBadLogonCount
):
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
427
{PropertyNames.
AcctInfoBadLogonCount
, "badPwdCount", new FromLdapConverterDelegate(IntFromLdapConverter), null},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
731
{PropertyNames.
AcctInfoBadLogonCount
, "badpwdcount", new FromLdapConverterDelegate(IntFromLdapConverter), null},
System\DirectoryServices\AccountManagement\AdvancedFilters.cs (2)
141
PropertyNames.
AcctInfoBadLogonCount
=> _badLogonCountChanged,
167
PropertyNames.
AcctInfoBadLogonCount
=> _badLogonCountVal,
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
354
public const string PropertyNameStatic = PropertyNames.
AcctInfoBadLogonCount
;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
675
{PropertyNames.
AcctInfoBadLogonCount
, typeof(UserPrincipal), "BadPasswordAttempts", new FromWinNTConverterDelegate(IntFromWinNTConverter), null},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
276
PropertyNames.
AcctInfoBadLogonCount
,