12 references to AcctInfoHomeDirectory
System.DirectoryServices.AccountManagement (12)
System\DirectoryServices\AccountManagement\AccountInfo.cs (6)
183return _owningPrincipal.HandleGet<string>(ref _homeDirectory, PropertyNames.AcctInfoHomeDirectory, ref _homeDirectoryChanged); 188if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.AcctInfoHomeDirectory)) 192PropertyNames.AcctInfoHomeDirectory); 341case (PropertyNames.AcctInfoHomeDirectory): 395case (PropertyNames.AcctInfoHomeDirectory): 432case (PropertyNames.AcctInfoHomeDirectory):
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
428{PropertyNames.AcctInfoHomeDirectory, "homeDirectory", null, null},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
732{PropertyNames.AcctInfoHomeDirectory, "homedirectory", new FromLdapConverterDelegate(StringFromLdapConverter), new ToLdapConverterDelegate(StringToLdapConverter)},
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
222public const string PropertyNameStatic = PropertyNames.AcctInfoHomeDirectory;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
676{PropertyNames.AcctInfoHomeDirectory, typeof(UserPrincipal), "HomeDirectory", new FromWinNTConverterDelegate(StringFromWinNTConverter), new ToWinNTConverterDelegate(StringToWinNTConverter)}, 713{PropertyNames.AcctInfoHomeDirectory, typeof(ComputerPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
294PropertyNames.AcctInfoHomeDirectory,