1 instantiation of FindByDateMatcher
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
602new FindByDateMatcher(property, matchType, value));
4 references to FindByDateMatcher
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (4)
560return FindByDate(FindByDateMatcher.DateProperty.LogonTime, matchType, dt, principalType); 566return FindByDate(FindByDateMatcher.DateProperty.PasswordSetTime, matchType, dt, principalType); 572return FindByDate(FindByDateMatcher.DateProperty.AccountExpirationTime, matchType, dt, principalType); 576FindByDateMatcher.DateProperty property,