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)
688
return (ExtensionTypeConverter(suggestedAdProperty, qmt.
Value
.GetType(), qmt.
Value
, qmt.Match));
697
Debug.Assert(qmt.
Value
is DateTime);
699
return (DateTimeFilterBuilder(suggestedAdProperty, (DateTime)qmt.
Value
, LdapConstants.defaultUtcTime, false, qmt.Match));
708
Debug.Assert(qmt.
Value
is DateTime);
710
return (ExtensionTypeConverter(suggestedAdProperty, qmt.
Value
.GetType(), qmt.
Value
, qmt.Match));
719
Debug.Assert(qmt.
Value
is DateTime);
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 (5)
350
if (null == valueToMatch.
Value
)
359
Debug.Assert(valueToMatch.
Value
is DateTime);
389
int comparisonResult = DateTime.Compare(value, (DateTime)valueToMatch.
Value
);
440
if (null == valueToMatch.
Value
)
452
int comparisonValue = (int)valueToMatch.
Value
;