12 references to AcctInfoScriptPath
System.DirectoryServices.AccountManagement (12)
System\DirectoryServices\AccountManagement\AccountInfo.cs (6)
225
return _owningPrincipal.HandleGet<string>(ref _scriptPath, PropertyNames.
AcctInfoScriptPath
, ref _scriptPathChanged);
230
if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.
AcctInfoScriptPath
))
234
PropertyNames.
AcctInfoScriptPath
);
351
case (PropertyNames.
AcctInfoScriptPath
):
401
case (PropertyNames.
AcctInfoScriptPath
):
438
case (PropertyNames.
AcctInfoScriptPath
):
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
430
{PropertyNames.
AcctInfoScriptPath
, "scriptPath", null, null},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
734
{PropertyNames.
AcctInfoScriptPath
, "scriptpath", new FromLdapConverterDelegate(StringFromLdapConverter), new ToLdapConverterDelegate(StringToLdapConverter)},
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
234
public const string PropertyNameStatic = PropertyNames.
AcctInfoScriptPath
;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
678
{PropertyNames.
AcctInfoScriptPath
, typeof(UserPrincipal), "LoginScript", new FromWinNTConverterDelegate(StringFromWinNTConverter), new ToWinNTConverterDelegate(StringToWinNTConverter)},
715
{PropertyNames.
AcctInfoScriptPath
, typeof(ComputerPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
296
PropertyNames.
AcctInfoScriptPath
,