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)
688return (ExtensionTypeConverter(suggestedAdProperty, qmt.Value.GetType(), qmt.Value, qmt.Match)); 699return (DateTimeFilterBuilder(suggestedAdProperty, (DateTime)qmt.Value, LdapConstants.defaultUtcTime, false, qmt.Match)); 710return (ExtensionTypeConverter(suggestedAdProperty, qmt.Value.GetType(), qmt.Value, qmt.Match)); 724DateTimeFilterBuilder("lastLogon", (DateTime)qmt.Value, LdapConstants.defaultUtcTime, false, qmt.Match) + 725DateTimeFilterBuilder("lastLogonTimestamp", (DateTime)qmt.Value, LdapConstants.defaultUtcTime, true, qmt.Match) +
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (2)
391bool result = valueToMatch.Match switch 454result = valueToMatch.Match switch