2 overrides of FindByBadPasswordAttempt
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
1010internal override ResultSet FindByBadPasswordAttempt(
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
551internal override ResultSet FindByBadPasswordAttempt(
1 reference to FindByBadPasswordAttempt
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
315return new PrincipalSearchResult<T>(context.QueryCtx.FindByBadPasswordAttempt(time, type, typeof(T)));