2 overrides of IsValidProperty
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
2569
internal override bool
IsValidProperty
(Principal p, string propertyName)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
1077
internal override bool
IsValidProperty
(Principal p, string propertyName)
19 references to IsValidProperty
System.DirectoryServices.AccountManagement (19)
System\DirectoryServices\AccountManagement\AccountInfo.cs (8)
53
if (!_owningPrincipal.GetStoreCtxToUse().
IsValidProperty
(_owningPrincipal, PropertyNames.AcctInfoPermittedWorkstations))
85
if (!_owningPrincipal.GetStoreCtxToUse().
IsValidProperty
(_owningPrincipal, PropertyNames.AcctInfoPermittedLogonTimes))
113
if (!_owningPrincipal.GetStoreCtxToUse().
IsValidProperty
(_owningPrincipal, PropertyNames.AcctInfoExpirationDate))
134
if (!_owningPrincipal.GetStoreCtxToUse().
IsValidProperty
(_owningPrincipal, PropertyNames.AcctInfoSmartcardRequired))
155
if (!_owningPrincipal.GetStoreCtxToUse().
IsValidProperty
(_owningPrincipal, PropertyNames.AcctInfoDelegationPermitted))
188
if (!_owningPrincipal.GetStoreCtxToUse().
IsValidProperty
(_owningPrincipal, PropertyNames.AcctInfoHomeDirectory))
209
if (!_owningPrincipal.GetStoreCtxToUse().
IsValidProperty
(_owningPrincipal, PropertyNames.AcctInfoHomeDrive))
230
if (!_owningPrincipal.GetStoreCtxToUse().
IsValidProperty
(_owningPrincipal, PropertyNames.AcctInfoScriptPath))
System\DirectoryServices\AccountManagement\Principal.cs (5)
75
if (!GetStoreCtxToUse().
IsValidProperty
(this, PropertyNames.PrincipalDescription))
99
if (!GetStoreCtxToUse().
IsValidProperty
(this, PropertyNames.PrincipalDisplayName))
128
if (!GetStoreCtxToUse().
IsValidProperty
(this, PropertyNames.PrincipalSamAccountName))
150
if (!GetStoreCtxToUse().
IsValidProperty
(this, PropertyNames.PrincipalUserPrincipalName))
248
if (!GetStoreCtxToUse().
IsValidProperty
(this, PropertyNames.PrincipalName))
System\DirectoryServices\AccountManagement\User.cs (6)
56
if (!GetStoreCtxToUse().
IsValidProperty
(this, PropertyNames.UserGivenName))
77
if (!GetStoreCtxToUse().
IsValidProperty
(this, PropertyNames.UserMiddleName))
98
if (!GetStoreCtxToUse().
IsValidProperty
(this, PropertyNames.UserSurname))
119
if (!GetStoreCtxToUse().
IsValidProperty
(this, PropertyNames.UserEmailAddress))
140
if (!GetStoreCtxToUse().
IsValidProperty
(this, PropertyNames.UserVoiceTelephoneNumber))
161
if (!GetStoreCtxToUse().
IsValidProperty
(this, PropertyNames.UserEmployeeID))