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)
61if (null == _lockoutTimeVal) 67_lockoutTimeVal.Match = match; 68_lockoutTimeVal.Value = lockoutTime; 169PropertyNames.AcctInfoAcctLockoutTime => _lockoutTimeVal,