12 references to AcctInfoHomeDirectory
System.DirectoryServices.AccountManagement (12)
System\DirectoryServices\AccountManagement\AccountInfo.cs (6)
183
return _owningPrincipal.HandleGet<string>(ref _homeDirectory, PropertyNames.
AcctInfoHomeDirectory
, ref _homeDirectoryChanged);
188
if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.
AcctInfoHomeDirectory
))
192
PropertyNames.
AcctInfoHomeDirectory
);
341
case (PropertyNames.
AcctInfoHomeDirectory
):
395
case (PropertyNames.
AcctInfoHomeDirectory
):
432
case (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)
222
public 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)
294
PropertyNames.
AcctInfoHomeDirectory
,