9 references to AcctInfoBadLogonCount
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AccountInfo.cs (2)
171return _owningPrincipal.HandleGet<int>(ref _badLogonCount, PropertyNames.AcctInfoBadLogonCount, ref _badLogonCountChanged); 336case (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)
141PropertyNames.AcctInfoBadLogonCount => _badLogonCountChanged, 167PropertyNames.AcctInfoBadLogonCount => _badLogonCountVal,
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
354public 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)
276PropertyNames.AcctInfoBadLogonCount,