4 references to PwdInfoExpireImmediately
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (2)
248
if (p.GetChangeStatusForProperty(PropertyNames.
PwdInfoExpireImmediately
))
253
bool expireImmediately = (bool)p.GetValueForProperty(PropertyNames.
PwdInfoExpireImmediately
);
System\DirectoryServices\AccountManagement\PasswordInfo.cs (2)
312
case (PropertyNames.
PwdInfoExpireImmediately
):
343
case (PropertyNames.
PwdInfoExpireImmediately
):