2 overrides of GetChangeStatusForProperty
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
426internal override bool GetChangeStatusForProperty(string propertyName)
System\DirectoryServices\AccountManagement\Group.cs (1)
286internal override bool GetChangeStatusForProperty(string propertyName)
18 references to GetChangeStatusForProperty
System.DirectoryServices.AccountManagement (18)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (3)
462if (p.GetChangeStatusForProperty(PropertyNames.AuthenticablePrincipalEnabled)) 476if (p.GetChangeStatusForProperty(PropertyNames.PwdInfoCannotChangePassword)) 729if (p.GetChangeStatusForProperty(PropertyNames.PrincipalName))
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (3)
109if (p.GetChangeStatusForProperty(PropertyNames.PrincipalName)) 120if (p.GetChangeStatusForProperty(PropertyNames.PrincipalSamAccountName)) 192if (p.GetChangeStatusForProperty(propertyEntry.propertyName))
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (3)
235if (needToSetPassword && p.GetChangeStatusForProperty(PropertyNames.PwdInfoPassword)) 248if (p.GetChangeStatusForProperty(PropertyNames.PwdInfoExpireImmediately)) 296if ((p is GroupPrincipal) && (p.GetChangeStatusForProperty(PropertyNames.GroupMembers)))
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
464return base.GetChangeStatusForProperty(propertyName);
System\DirectoryServices\AccountManagement\Group.cs (1)
309return base.GetChangeStatusForProperty(propertyName);
System\DirectoryServices\AccountManagement\PrincipalSearcher.cs (1)
318if (_qbeFilter.GetChangeStatusForProperty(propertyName))
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (3)
113if (p.GetChangeStatusForProperty(propertyEntry.propertyName)) 135if (p.GetChangeStatusForProperty(PropertyNames.PwdInfoPassword)) 159if (!p.GetChangeStatusForProperty(PropertyNames.PrincipalSamAccountName))
System\DirectoryServices\AccountManagement\StoreCtx.cs (3)
335if (p.GetChangeStatusForProperty(PropertyNames.AcctInfoExpirationDate) && 336p.GetChangeStatusForProperty(PropertyNames.AcctInfoExpiredAccount)) 362if (p.GetChangeStatusForProperty(propertyName))