Skip to content

Commit 2286684

Browse files
authored
prevent tags from loc (#50209)
1 parent f3fa656 commit 2286684

File tree

43 files changed

+2492
-2492
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2492
-2492
lines changed

docs/framework/configure-apps/file-schema/network/add-element-for-authenticationmodules-network-settings.md

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2,86 +2,86 @@
22
title: "<add> Element for authenticationModules (Network Settings)"
33
description: The <add> network settings element for connectionManagement adds an IP address or DNS name to the connection management list in the .NET Framework.
44
ms.date: "03/30/2017"
5-
f1_keywords:
5+
f1_keywords:
66
- "http://schemas.microsoft.com/.NetConfiguration/v2.0#add"
77
- "http://schemas.microsoft.com/.NetConfiguration/v2.0#configuration/system.net/authenticationModules/add"
8-
helpviewer_keywords:
8+
helpviewer_keywords:
99
- "authenticationModules, add element"
1010
- "add element, authenticationModules"
1111
- "<authenticationModules>, add element"
1212
- "<add> element, authenticationModules"
1313
ms.assetid: 333c5fb0-a2ab-4db8-8531-a7fe37bb9b5b
1414
---
15-
# \<add> Element for authenticationModules (Network Settings)
15+
# `<add>` Element for authenticationModules (Network Settings)
1616

17-
Adds an authentication module to the application.
17+
Adds an authentication module to the application.
1818

1919
[**\<configuration>**](../configuration-element.md)\
2020
&nbsp;&nbsp;[**\<system.net>**](system-net-element-network-settings.md)\
2121
&nbsp;&nbsp;&nbsp;&nbsp;[**\<authenticationModules>**](authenticationmodules-element-network-settings.md)\
2222
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**\<add>**
2323

24-
## Syntax
25-
26-
```xml
24+
## Syntax
25+
26+
```xml
2727
<add
2828
type="type_fullname, assembly_fullname"
29-
/>
30-
```
31-
32-
## Attributes and Elements
33-
34-
The following sections describe attributes, child elements, and parent elements.
35-
36-
### Attributes
37-
38-
|**Attribute**|**Description**|
39-
|-------------------|---------------------|
40-
|`type`|The fully qualified type name (indicated by the <xref:System.Type.FullName%2A> property) and the assembly name (indicated by the <xref:System.Reflection.Assembly.FullName%2A> property), separated by a comma.|
41-
42-
### Child Elements
43-
44-
None.
45-
46-
### Parent Elements
47-
48-
|**Element**|**Description**|
49-
|-----------------|---------------------|
50-
|[authenticationModules](authenticationmodules-element-network-settings.md)|Specifies modules used to authenticate network requests.|
51-
52-
## Remarks
53-
54-
The `add` element adds an authentication module to the end of the list of registered authentication modules. Authentication modules are called in the order in which they were added to the list.
55-
56-
The value for the `type` attribute should be a valid type name and corresponding assembly name, separated by a comma.
57-
58-
## Configuration Files
59-
60-
This element can be used in the application configuration file or the machine configuration file (Machine.config).
61-
62-
## Example
63-
64-
The following example enables the default authentication modules. You should replace the values for Version and PublicKeyToken with the correct values for the specified module.
65-
66-
```xml
67-
<configuration>
68-
<system.net>
69-
<authenticationModules>
70-
<add type="System.Net.DigestClient, System, Version=2.0.3600.0,
71-
Culture=neutral, PublicKeyToken=b77a5c561934e089" />
72-
<add type="System.Net.NegotiateClient, System, Version=2.0.3600.0,
73-
Culture=neutral, PublicKeyToken=b77a5c561934e089" />
74-
<add type="System.Net.KerberosClient, System, Version=2.0.3600.0,
75-
Culture=neutral, PublicKeyToken=b77a5c561934e089" />
76-
<add type="System.Net.NtlmClient, System, Version=2.0.3600.0,
77-
Culture=neutral, PublicKeyToken=b77a5c561934e089" />
78-
<add type="System.Net.BasicClient, System, Version=2.0.3600.0,
79-
Culture=neutral, PublicKeyToken=b77a5c561934e089" />
80-
</authenticationModules>
81-
</system.net>
82-
</configuration>
83-
```
84-
29+
/>
30+
```
31+
32+
## Attributes and Elements
33+
34+
The following sections describe attributes, child elements, and parent elements.
35+
36+
### Attributes
37+
38+
|**Attribute**|**Description**|
39+
|-------------------|---------------------|
40+
|`type`|The fully qualified type name (indicated by the <xref:System.Type.FullName%2A> property) and the assembly name (indicated by the <xref:System.Reflection.Assembly.FullName%2A> property), separated by a comma.|
41+
42+
### Child Elements
43+
44+
None.
45+
46+
### Parent Elements
47+
48+
|**Element**|**Description**|
49+
|-----------------|---------------------|
50+
|[authenticationModules](authenticationmodules-element-network-settings.md)|Specifies modules used to authenticate network requests.|
51+
52+
## Remarks
53+
54+
The `add` element adds an authentication module to the end of the list of registered authentication modules. Authentication modules are called in the order in which they were added to the list.
55+
56+
The value for the `type` attribute should be a valid type name and corresponding assembly name, separated by a comma.
57+
58+
## Configuration Files
59+
60+
This element can be used in the application configuration file or the machine configuration file (Machine.config).
61+
62+
## Example
63+
64+
The following example enables the default authentication modules. You should replace the values for Version and PublicKeyToken with the correct values for the specified module.
65+
66+
```xml
67+
<configuration>
68+
<system.net>
69+
<authenticationModules>
70+
<add type="System.Net.DigestClient, System, Version=2.0.3600.0,
71+
Culture=neutral, PublicKeyToken=b77a5c561934e089" />
72+
<add type="System.Net.NegotiateClient, System, Version=2.0.3600.0,
73+
Culture=neutral, PublicKeyToken=b77a5c561934e089" />
74+
<add type="System.Net.KerberosClient, System, Version=2.0.3600.0,
75+
Culture=neutral, PublicKeyToken=b77a5c561934e089" />
76+
<add type="System.Net.NtlmClient, System, Version=2.0.3600.0,
77+
Culture=neutral, PublicKeyToken=b77a5c561934e089" />
78+
<add type="System.Net.BasicClient, System, Version=2.0.3600.0,
79+
Culture=neutral, PublicKeyToken=b77a5c561934e089" />
80+
</authenticationModules>
81+
</system.net>
82+
</configuration>
83+
```
84+
8585
## See also
8686

8787
- <xref:System.Net.IAuthenticationModule>

docs/framework/configure-apps/file-schema/network/add-element-for-bypasslist-network-settings.md

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -2,85 +2,85 @@
22
description: "Learn more about: <add> Element for bypasslist (Network Settings)"
33
title: "<add> Element for bypasslist (Network Settings)"
44
ms.date: "03/30/2017"
5-
f1_keywords:
5+
f1_keywords:
66
- "http://schemas.microsoft.com/.NetConfiguration/v2.0#configuration/system.net/defaultProxy/bypasslist/add"
77
- "http://schemas.microsoft.com/.NetConfiguration/v2.0#add"
8-
helpviewer_keywords:
8+
helpviewer_keywords:
99
- "<bypasslist>, add element"
1010
- "bypasslist, add element"
1111
- "<add> element, bypasslist"
1212
- "add element, bypasslist"
1313
ms.assetid: a0b86e28-86b4-4497-abe8-d5fd614c7926
1414
---
15-
# \<add> Element for bypasslist (Network Settings)
16-
17-
Adds an IP address or DNS name to the proxy bypass list.
18-
19-
[**\<configuration>**](../configuration-element.md)
20-
&nbsp;&nbsp;[**\<system.net>**](system-net-element-network-settings.md)
21-
&nbsp;&nbsp;&nbsp;&nbsp;[**\<defaultProxy>**](defaultproxy-element-network-settings.md)
22-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[**\<bypasslist>**](bypasslist-element-network-settings.md)
23-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**\<add>**
24-
25-
## Syntax
26-
27-
```xml
15+
# `<add>` Element for bypasslist (Network Settings)
16+
17+
Adds an IP address or DNS name to the proxy bypass list.
18+
19+
[**\<configuration>**](../configuration-element.md)
20+
&nbsp;&nbsp;[**\<system.net>**](system-net-element-network-settings.md)
21+
&nbsp;&nbsp;&nbsp;&nbsp;[**\<defaultProxy>**](defaultproxy-element-network-settings.md)
22+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[**\<bypasslist>**](bypasslist-element-network-settings.md)
23+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**\<add>**
24+
25+
## Syntax
26+
27+
```xml
2828
<add
2929
address="regular expression"
30-
/>
31-
```
32-
33-
## Attributes and Elements
34-
35-
The following sections describe attributes, child elements, and parent elements.
36-
37-
### Attributes
38-
39-
|**Attribute**|**Description**|
40-
|-------------------|---------------------|
41-
|**address**|A regular expression describing an IP address or DNS name.|
42-
43-
### Child Elements
44-
45-
None.
46-
47-
### Parent Elements
48-
49-
|**Element**|**Description**|
50-
|-----------------|---------------------|
51-
|[bypasslist](bypasslist-element-network-settings.md)|Provides a set of regular expressions that describe addresses that do not use a proxy.|
52-
53-
## Remarks
54-
55-
The `add` element inserts regular expressions describing IP addresses or DNS server names to the list of addresses that bypass a proxy server.
56-
57-
The value of the `address` attribute should be a regular expression that describes a set of IP addresses or host names.
58-
30+
/>
31+
```
32+
33+
## Attributes and Elements
34+
35+
The following sections describe attributes, child elements, and parent elements.
36+
37+
### Attributes
38+
39+
|**Attribute**|**Description**|
40+
|-------------------|---------------------|
41+
|**address**|A regular expression describing an IP address or DNS name.|
42+
43+
### Child Elements
44+
45+
None.
46+
47+
### Parent Elements
48+
49+
|**Element**|**Description**|
50+
|-----------------|---------------------|
51+
|[bypasslist](bypasslist-element-network-settings.md)|Provides a set of regular expressions that describe addresses that do not use a proxy.|
52+
53+
## Remarks
54+
55+
The `add` element inserts regular expressions describing IP addresses or DNS server names to the list of addresses that bypass a proxy server.
56+
57+
The value of the `address` attribute should be a regular expression that describes a set of IP addresses or host names.
58+
5959
You should use caution when specifying a regular expression for this element. The regular expression `[a-z]+\\.contoso\\.com` matches any host in the contoso.com domain, but it also matches any host in the contoso.com.cpandl.com domain. To match only a host in the contoso.com domain, use an anchor (`$`): `[a-z]+\\.contoso\\.com$`.
60-
61-
For more information about regular expressions, see .[.NET Framework Regular Expressions](../../../../standard/base-types/regular-expressions.md).
62-
63-
## Configuration Files
64-
65-
This element can be used in the application configuration file or the machine configuration file (Machine.config).
66-
67-
## Example
68-
69-
The following example adds two addresses to the bypass list. The first bypasses the proxy for all servers in the contoso.com domain; the second bypasses the proxy for all servers whose IP address begins with 192.168.
70-
71-
```xml
72-
<configuration>
73-
<system.net>
74-
<defaultProxy>
75-
<bypasslist>
76-
<add address="[a-z]+\.contoso\.com$" />
77-
<add address="192\.168\.\d{1,3}\.\d{1,3}" />
78-
</bypasslist>
79-
</defaultProxy>
80-
</system.net>
81-
</configuration>
82-
```
83-
60+
61+
For more information about regular expressions, see .[.NET Framework Regular Expressions](../../../../standard/base-types/regular-expressions.md).
62+
63+
## Configuration Files
64+
65+
This element can be used in the application configuration file or the machine configuration file (Machine.config).
66+
67+
## Example
68+
69+
The following example adds two addresses to the bypass list. The first bypasses the proxy for all servers in the contoso.com domain; the second bypasses the proxy for all servers whose IP address begins with 192.168.
70+
71+
```xml
72+
<configuration>
73+
<system.net>
74+
<defaultProxy>
75+
<bypasslist>
76+
<add address="[a-z]+\.contoso\.com$" />
77+
<add address="192\.168\.\d{1,3}\.\d{1,3}" />
78+
</bypasslist>
79+
</defaultProxy>
80+
</system.net>
81+
</configuration>
82+
```
83+
8484
## See also
8585

8686
- <xref:System.Net.WebProxy?displayProperty=nameWithType>

0 commit comments

Comments
 (0)