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