6 writes to Value
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\AdvancedFilters.cs (6)
34_badPasswordAttemptVal.Value = lastAttempt; 51_expirationTimeVal.Value = expirationTime; 68_lockoutTimeVal.Value = lockoutTime; 85_badLogonCountVal.Value = badLogonCount; 102_logonTimeVal.Value = logonTime; 119_passwordSetTimeVal.Value = passwordSetTime;
15 references to Value
System.DirectoryServices.AccountManagement (15)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (10)
688return (ExtensionTypeConverter(suggestedAdProperty, qmt.Value.GetType(), qmt.Value, qmt.Match)); 697Debug.Assert(qmt.Value is DateTime); 699return (DateTimeFilterBuilder(suggestedAdProperty, (DateTime)qmt.Value, LdapConstants.defaultUtcTime, false, qmt.Match)); 708Debug.Assert(qmt.Value is DateTime); 710return (ExtensionTypeConverter(suggestedAdProperty, qmt.Value.GetType(), qmt.Value, qmt.Match)); 719Debug.Assert(qmt.Value is DateTime); 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 (5)
350if (null == valueToMatch.Value) 359Debug.Assert(valueToMatch.Value is DateTime); 389int comparisonResult = DateTime.Compare(value, (DateTime)valueToMatch.Value); 440if (null == valueToMatch.Value) 452int comparisonValue = (int)valueToMatch.Value;