5 references to PermittedLogonTimesFilter
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
461
{typeof(
PermittedLogonTimesFilter
), "logonHours", new FilterConverterDelegate(BinaryConverter)},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (1)
278
{typeof(
PermittedLogonTimesFilter
), "logonHours", new FilterConverterDelegate(BinaryConverter)},
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (2)
52
s_subclasses[
PermittedLogonTimesFilter
.PropertyNameStatic] = typeof(
PermittedLogonTimesFilter
);
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (1)
296
{typeof(
PermittedLogonTimesFilter
), "LoginHours", new MatcherDelegate(BinaryMatcher)},