15 references to AuthenticablePrincipalEnabled
System.DirectoryServices.AccountManagement (15)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
404{PropertyNames.AuthenticablePrincipalEnabled, "msDS-UserAccountDisabled", new FromLdapConverterDelegate(AcctDisabledFromLdapConverter), new ToLdapConverterDelegate(AcctDisabledToLdapConverter)},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
462if (p.GetChangeStatusForProperty(PropertyNames.AuthenticablePrincipalEnabled)) 468bool enable = (bool)p.GetValueForProperty(PropertyNames.AuthenticablePrincipalEnabled);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
708{PropertyNames.AuthenticablePrincipalEnabled, "useraccountcontrol", new FromLdapConverterDelegate(UACFromLdapConverter), new ToLdapConverterDelegate(UACToLdapConverter)},
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (2)
520case PropertyNames.AuthenticablePrincipalEnabled: 687case PropertyNames.AuthenticablePrincipalEnabled:
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (5)
47return HandleGet<bool>(ref _enabled, PropertyNames.AuthenticablePrincipalEnabled, ref _enabledChanged); 61PropertyNames.AuthenticablePrincipalEnabled); 391case PropertyNames.AuthenticablePrincipalEnabled: 435case PropertyNames.AuthenticablePrincipalEnabled: 479case PropertyNames.AuthenticablePrincipalEnabled:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
186public const string PropertyNameStatic = PropertyNames.AuthenticablePrincipalEnabled;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
658{PropertyNames.AuthenticablePrincipalEnabled, typeof(UserPrincipal), "UserFlags", new FromWinNTConverterDelegate(UserFlagsFromWinNTConverter), new ToWinNTConverterDelegate(UserFlagsToWinNTConverter)}, 702{PropertyNames.AuthenticablePrincipalEnabled, typeof(ComputerPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
269PropertyNames.AuthenticablePrincipalEnabled,