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