6 instantiations of QbeMatchType
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\AdvancedFilters.cs (6)
29
_badPasswordAttemptVal = new
QbeMatchType
(lastAttempt, match);
46
_expirationTimeVal = new
QbeMatchType
(expirationTime, match);
63
_lockoutTimeVal = new
QbeMatchType
(lockoutTime, match);
80
_badLogonCountVal = new
QbeMatchType
(badLogonCount, match);
97
_logonTimeVal = new
QbeMatchType
(logonTime, match);
114
_passwordSetTimeVal = new
QbeMatchType
(passwordSetTime, match);
24 references to QbeMatchType
System.DirectoryServices.AccountManagement (24)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (12)
684
Debug.Assert(filter.Value is
QbeMatchType
);
686
QbeMatchType
qmt = (
QbeMatchType
)filter.Value;
693
Debug.Assert(filter.Value is
QbeMatchType
);
695
QbeMatchType
qmt = (
QbeMatchType
)filter.Value;
704
Debug.Assert(filter.Value is
QbeMatchType
);
706
QbeMatchType
qmt = (
QbeMatchType
)filter.Value;
715
Debug.Assert(filter.Value is
QbeMatchType
);
717
QbeMatchType
qmt = (
QbeMatchType
)filter.Value;
System\DirectoryServices\AccountManagement\AdvancedFilters.cs (6)
22
private
QbeMatchType
_badPasswordAttemptVal;
40
private
QbeMatchType
_expirationTimeVal;
57
private
QbeMatchType
_lockoutTimeVal;
74
private
QbeMatchType
_badLogonCountVal;
91
private
QbeMatchType
_logonTimeVal;
108
private
QbeMatchType
_passwordSetTimeVal;
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (4)
348
QbeMatchType
valueToMatch = (
QbeMatchType
)filter.Value;
437
QbeMatchType
valueToMatch = (
QbeMatchType
)filter.Value;
System\DirectoryServices\AccountManagement\StoreCtx.cs (2)
431
else if (value is
QbeMatchType
)
433
((FilterBase)filter).Value = (
QbeMatchType
)value;