AuthenticablePrincipal.FindByBadPasswordAttempt Method
.NET Framework 4.5
Returns a collection of principal objects that have an incorrect password attempt recorded in the specified date and time range.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
FindByBadPasswordAttempt(PrincipalContext, DateTime, MatchType) | Returns a collection of authentication principal objects that have an incorrect password try recorded in the specified date and time range. |
|
FindByBadPasswordAttempt<T>(PrincipalContext, DateTime, MatchType) | Returns a [T:System.DirectoryServices.AccountManagement.PrincipalSearchResult'1] collection of objects that have a bad password attempt within the specified date and time range. This is the template function for extended classes that wish to implement this functionality. |