Skip to content

Commit d604210

Browse files
authored
Remove references to IE where possible (#8944)
1 parent f1059db commit d604210

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

xml/System.Diagnostics/ProcessStartInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
7272
7373
## Examples
74-
The following code example demonstrates how to use the <xref:System.Diagnostics.ProcessStartInfo> class to start Internet Explorer, providing the destination URLs as <xref:System.Diagnostics.ProcessStartInfo> arguments.
74+
The following code example demonstrates how to use the <xref:System.Diagnostics.ProcessStartInfo> class to start Internet Explorer. The destination URLs are provided as <xref:System.Diagnostics.ProcessStartInfo> arguments.
7575
7676
:::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/Process.Start_static/CPP/processstartstatic.cpp":::
7777
:::code language="csharp" source="~/snippets/csharp/System.Diagnostics/Process/Overview/processstartstatic.cs":::

xml/System.Security.Permissions/ZoneIdentityPermission.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
5151
[!INCLUDE[cas-deprecated](~/includes/cas-deprecated.md)]
5252
53-
This permission can determine whether calling code is from a certain zone. Zones are configured according to the Microsoft Internet Explorer options, and are mapped from URL by Internet Explorer's IInternetSecurityManager and related APIs. Only exact zone matches are defined for the permission; a URL can only belong to one zone.
53+
This permission can determine whether calling code is from a certain zone. Zones are configured according to the Internet options, and are mapped from URL by [IInternetSecurityManager](/previous-versions/windows/internet-explorer/ie-developer/platform-apis/ms537130(v=vs.85)) and related APIs. Only exact zone matches are defined for the permission; a URL can only belong to one zone.
5454
5555
- Local intranet zone: The Local intranet zone is used for content located on a company's intranet. Because the servers are within a company's firewall, content on the intranet is assigned a higher level of trust.
5656
@@ -63,9 +63,7 @@
6363
- Local Machine zone: The Local Machine zone is an implicit zone that is used for content that exists on the user's computer. The content found on the user's computer, except for content cached by Internet Explorer on the local system, is treated with a very high level of trust.
6464
6565
> [!IMPORTANT]
66-
> Starting with the .NET Framework 4, identity permissions are not used.
67-
>
68-
> In the .NET Framework versions 1.0 and 1.1, demands on the identity permissions are effective, even when the calling assembly is fully trusted. That is, although the calling assembly has full trust, a demand for an identity permission fails if the assembly does not meet the demanded criteria. Starting with the .NET Framework version 2.0, demands for identity permissions are ineffective if the calling assembly has full trust. This assures consistency for all permissions, eliminating the treatment of identity permissions as a special case.
66+
> Starting with .NET Framework 4, identity permissions are not used.
6967
7068
]]></format>
7169
</remarks>

xml/System.Security.Policy/Zone.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<format type="text/markdown"><![CDATA[
203203
204204
## Remarks
205-
The zone determination for the specified URL is based on the zone mapping settings in Microsoft Internet Explorer and can therefore differ from computer to computer. The zone mapping settings are located on the Security tab of the Internet Options dialog launched from the Tools menu.
205+
The zone determination for the specified URL is based on the zone mapping settings in Internet options and can therefore differ from computer to computer. The zone mapping settings are located on the Security tab of the Internet Properties dialog launched from the control panel.
206206
207207
]]></format>
208208
</remarks>

xml/System.Security/SecurityZone.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<format type="text/markdown"><![CDATA[
4343
4444
## Remarks
45-
To configure zones, use the Security tab on the Microsoft Internet Explorer options panel.
45+
To configure zones on Windows, use the Security tab in Internet options.
4646
4747
]]></format>
4848
</remarks>

xml/System/AppDomain.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6115,7 +6115,7 @@ This method overload uses the <xref:System.AppDomainSetup> information from the
61156115
|---------------------|--------------|
61166116
|"APPBASE"|<xref:System.AppDomainSetup.ApplicationBase%2A?displayProperty=nameWithType>|
61176117
|"APP_CONFIG_FILE"|<xref:System.AppDomainSetup.ConfigurationFile%2A?displayProperty=nameWithType>|
6118-
|"APP_LAUNCH_URL"|(no property)<br /><br /> "APP_LAUNCH_URL" represents the URL originally requested by the user, before any redirection. It is available only when the application has been launched with a browser such as Internet Explorer. Not all browsers provide this value.|
6118+
|"APP_LAUNCH_URL"|(no property)<br /><br /> "APP_LAUNCH_URL" represents the URL originally requested by the user, before any redirection. It is available only when the application has been launched with a browser. Not all browsers provide this value.|
61196119
|"APP_NAME"|<xref:System.AppDomainSetup.ApplicationName%2A?displayProperty=nameWithType>|
61206120
|"BINPATH_PROBE_ONLY"|<xref:System.AppDomainSetup.PrivateBinPathProbe%2A?displayProperty=nameWithType>|
61216121
|"CACHE_BASE"|<xref:System.AppDomainSetup.CachePath%2A?displayProperty=nameWithType>|

0 commit comments

Comments
 (0)