9 references to DateProperty
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (5)
675private readonly DateProperty _propertyToMatch; 679internal FindByDateMatcher(DateProperty property, MatchType matchType, DateTime value) 700case DateProperty.LogonTime: 703case DateProperty.PasswordSetTime: 706case DateProperty.AccountExpirationTime:
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,