6 writes to Match
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\AdvancedFilters.cs (6)
33
_badPasswordAttemptVal.
Match
= match;
50
_expirationTimeVal.
Match
= match;
67
_lockoutTimeVal.
Match
= match;
84
_badLogonCountVal.
Match
= match;
101
_logonTimeVal.
Match
= match;
118
_passwordSetTimeVal.
Match
= match;
7 references to Match
System.DirectoryServices.AccountManagement (7)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (5)
688
return (ExtensionTypeConverter(suggestedAdProperty, qmt.Value.GetType(), qmt.Value, qmt.
Match
));
699
return (DateTimeFilterBuilder(suggestedAdProperty, (DateTime)qmt.Value, LdapConstants.defaultUtcTime, false, qmt.
Match
));
710
return (ExtensionTypeConverter(suggestedAdProperty, qmt.Value.GetType(), qmt.Value, qmt.
Match
));
724
DateTimeFilterBuilder("lastLogon", (DateTime)qmt.Value, LdapConstants.defaultUtcTime, false, qmt.
Match
) +
725
DateTimeFilterBuilder("lastLogonTimestamp", (DateTime)qmt.Value, LdapConstants.defaultUtcTime, true, qmt.
Match
) +
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (2)
391
bool result = valueToMatch.
Match
switch
454
result = valueToMatch.
Match
switch