14 references to AcctInfoDelegationPermitted
System.DirectoryServices.AccountManagement (14)
System\DirectoryServices\AccountManagement\AccountInfo.cs (6)
150
return _owningPrincipal.HandleGet<bool>(ref _delegationPermitted, PropertyNames.
AcctInfoDelegationPermitted
, ref _delegationPermittedChanged);
155
if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.
AcctInfoDelegationPermitted
))
159
PropertyNames.
AcctInfoDelegationPermitted
);
331
case (PropertyNames.
AcctInfoDelegationPermitted
):
392
case (PropertyNames.
AcctInfoDelegationPermitted
):
429
case (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)
532
case PropertyNames.
AcctInfoDelegationPermitted
:
712
case PropertyNames.
AcctInfoDelegationPermitted
:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
216
public 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)
293
PropertyNames.
AcctInfoDelegationPermitted
,