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