1 write to _lockoutTimeVal
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AdvancedFilters.cs (1)
63
_lockoutTimeVal
= new QbeMatchType(lockoutTime, match);
4 references to _lockoutTimeVal
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AdvancedFilters.cs (4)
61
if (null ==
_lockoutTimeVal
)
67
_lockoutTimeVal
.Match = match;
68
_lockoutTimeVal
.Value = lockoutTime;
169
PropertyNames.AcctInfoAcctLockoutTime =>
_lockoutTimeVal
,