1 write to _passwordSetTimeVal
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AdvancedFilters.cs (1)
114
_passwordSetTimeVal
= new QbeMatchType(passwordSetTime, match);
4 references to _passwordSetTimeVal
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AdvancedFilters.cs (4)
112
if (null ==
_passwordSetTimeVal
)
118
_passwordSetTimeVal
.Match = match;
119
_passwordSetTimeVal
.Value = passwordSetTime;
170
PropertyNames.PwdInfoLastPasswordSet =>
_passwordSetTimeVal
,