12 references to AcctInfoHomeDrive
System.DirectoryServices.AccountManagement (12)
System\DirectoryServices\AccountManagement\AccountInfo.cs (6)
204
return _owningPrincipal.HandleGet<string>(ref _homeDrive, PropertyNames.
AcctInfoHomeDrive
, ref _homeDriveChanged);
209
if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.
AcctInfoHomeDrive
))
213
PropertyNames.
AcctInfoHomeDrive
);
346
case (PropertyNames.
AcctInfoHomeDrive
):
398
case (PropertyNames.
AcctInfoHomeDrive
):
435
case (PropertyNames.
AcctInfoHomeDrive
):
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
429
{PropertyNames.
AcctInfoHomeDrive
, "homeDrive", null, null},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
733
{PropertyNames.
AcctInfoHomeDrive
, "homedrive", new FromLdapConverterDelegate(StringFromLdapConverter), new ToLdapConverterDelegate(StringToLdapConverter)},
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
228
public const string PropertyNameStatic = PropertyNames.
AcctInfoHomeDrive
;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
677
{PropertyNames.
AcctInfoHomeDrive
, typeof(UserPrincipal), "HomeDirDrive", new FromWinNTConverterDelegate(StringFromWinNTConverter), new ToWinNTConverterDelegate(StringToWinNTConverter)},
714
{PropertyNames.
AcctInfoHomeDrive
, typeof(ComputerPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
295
PropertyNames.
AcctInfoHomeDrive
,