12 references to AcctInfoScriptPath
System.DirectoryServices.AccountManagement (12)
System\DirectoryServices\AccountManagement\AccountInfo.cs (6)
225return _owningPrincipal.HandleGet<string>(ref _scriptPath, PropertyNames.AcctInfoScriptPath, ref _scriptPathChanged); 230if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.AcctInfoScriptPath)) 234PropertyNames.AcctInfoScriptPath); 351case (PropertyNames.AcctInfoScriptPath): 401case (PropertyNames.AcctInfoScriptPath): 438case (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)
234public 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)
296PropertyNames.AcctInfoScriptPath,