14 references to AcctInfoDelegationPermitted
System.DirectoryServices.AccountManagement (14)
System\DirectoryServices\AccountManagement\AccountInfo.cs (6)
150return _owningPrincipal.HandleGet<bool>(ref _delegationPermitted, PropertyNames.AcctInfoDelegationPermitted, ref _delegationPermittedChanged); 155if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.AcctInfoDelegationPermitted)) 159PropertyNames.AcctInfoDelegationPermitted); 331case (PropertyNames.AcctInfoDelegationPermitted): 392case (PropertyNames.AcctInfoDelegationPermitted): 429case (PropertyNames.AcctInfoDelegationPermitted):
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
426{PropertyNames.AcctInfoDelegationPermitted, "userAccountControl", null, null},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
730{PropertyNames.AcctInfoDelegationPermitted, "useraccountcontrol", new FromLdapConverterDelegate(UACFromLdapConverter), new ToLdapConverterDelegate(UACToLdapConverter)},
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (2)
532case PropertyNames.AcctInfoDelegationPermitted: 712case PropertyNames.AcctInfoDelegationPermitted:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
216public const string PropertyNameStatic = PropertyNames.AcctInfoDelegationPermitted;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
674{PropertyNames.AcctInfoDelegationPermitted, typeof(UserPrincipal), "UserFlags", new FromWinNTConverterDelegate(UserFlagsFromWinNTConverter), new ToWinNTConverterDelegate(UserFlagsToWinNTConverter)}, 712{PropertyNames.AcctInfoDelegationPermitted, typeof(ComputerPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
293PropertyNames.AcctInfoDelegationPermitted,