18 references to PwdInfoCannotChangePassword
System.DirectoryServices.AccountManagement (18)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
436{PropertyNames.PwdInfoCannotChangePassword, "ntSecurityDescriptor", null, new ToLdapConverterDelegate(CannotChangePwdToLdapConverter)},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
476if (p.GetChangeStatusForProperty(PropertyNames.PwdInfoCannotChangePassword)) 482SetCannotChangePasswordStatus((AuthenticablePrincipal)p, (bool)p.GetValueForProperty(PropertyNames.PwdInfoCannotChangePassword), true);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (2)
740{PropertyNames.PwdInfoCannotChangePassword, null, null, new ToLdapConverterDelegate(CannotChangePwdToLdapConverter)}, 1681Debug.Assert(propertyName == PropertyNames.PwdInfoCannotChangePassword);
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (3)
550case PropertyNames.PwdInfoCannotChangePassword: 575Debug.Assert(!string.Equals(propertyName, PropertyNames.PwdInfoCannotChangePassword, StringComparison.OrdinalIgnoreCase) || testCantChangePassword); 736case PropertyNames.PwdInfoCannotChangePassword:
System\DirectoryServices\AccountManagement\PasswordInfo.cs (5)
92_owningPrincipal.HandleGet<bool>(ref _cannotChangePassword, PropertyNames.PwdInfoCannotChangePassword, ref _cannotChangePasswordChanged); 106PropertyNames.PwdInfoCannotChangePassword); 270case (PropertyNames.PwdInfoCannotChangePassword): 303case (PropertyNames.PwdInfoCannotChangePassword): 334case (PropertyNames.PwdInfoCannotChangePassword):
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
252public const string PropertyNameStatic = PropertyNames.PwdInfoCannotChangePassword;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
330return (SDSUtils.StatusFromAccountControl((int)values[0], PropertyNames.PwdInfoCannotChangePassword));
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
685{PropertyNames.PwdInfoCannotChangePassword, typeof(UserPrincipal), "UserFlags", new FromWinNTConverterDelegate(UserFlagsFromWinNTConverter), new ToWinNTConverterDelegate(UserFlagsToWinNTConverter)}, 719{PropertyNames.PwdInfoCannotChangePassword, typeof(ComputerPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
300PropertyNames.PwdInfoCannotChangePassword,