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