Skip to content

Commit 2036aa0

Browse files
authored
replace msdn URLS (#3806)
1 parent cb37b71 commit 2036aa0

File tree

85 files changed

+661
-661
lines changed

Some content is hidden

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

85 files changed

+661
-661
lines changed

xml/System.ComponentModel.Design.Data/DesignerDataConnection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
## Remarks
180180
The <xref:System.ComponentModel.Design.Data.DesignerDataConnection.IsConfigured%2A> property will be `true` if the <xref:System.ComponentModel.Design.Data.DesignerDataConnection> object was read from the application's configuration file, or if the <xref:System.ComponentModel.Design.Data.DesignerDataConnection> object was written to the application's configuration file by the <xref:System.ComponentModel.Design.Data.IDataEnvironment.ConfigureConnection%2A?displayProperty=nameWithType> method.
181181
182-
When the <xref:System.ComponentModel.Design.Data.DesignerDataConnection.IsConfigured%2A> is `true`, the <xref:System.ComponentModel.Design.Data.DesignerDataConnection.Name%2A> property is set to the name of the connection as defined in the [connectionStrings Element (ASP.NET Settings Schema)](https://msdn.microsoft.com/library/b6ffbb2e-a4d1-410e-8f7e-9755e92c65de) of the configuration file.
182+
When the <xref:System.ComponentModel.Design.Data.DesignerDataConnection.IsConfigured%2A> is `true`, the <xref:System.ComponentModel.Design.Data.DesignerDataConnection.Name%2A> property is set to the name of the connection as defined in the [connectionStrings Element (ASP.NET Settings Schema)](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/bf7sd233(v=vs.100)) of the configuration file.
183183
184184
]]></format>
185185
</remarks>
@@ -213,7 +213,7 @@
213213
<format type="text/markdown"><![CDATA[
214214
215215
## Remarks
216-
The <xref:System.ComponentModel.Design.Data.DesignerDataConnection.Name%2A> property contains the name that identifies a specific connection in an application configuration file or a list of data connections. When the <xref:System.ComponentModel.Design.Data.DesignerDataConnection.IsConfigured%2A> property is `true`, <xref:System.ComponentModel.Design.Data.DesignerDataConnection.Name%2A> property is used as the `name` attribute in the [connectionStrings Element (ASP.NET Settings Schema)](https://msdn.microsoft.com/library/b6ffbb2e-a4d1-410e-8f7e-9755e92c65de) configuration element, or is returned from the <xref:System.ComponentModel.Design.Data.IDataEnvironment.ConfigureConnection%2A> method.
216+
The <xref:System.ComponentModel.Design.Data.DesignerDataConnection.Name%2A> property contains the name that identifies a specific connection in an application configuration file or a list of data connections. When the <xref:System.ComponentModel.Design.Data.DesignerDataConnection.IsConfigured%2A> property is `true`, <xref:System.ComponentModel.Design.Data.DesignerDataConnection.Name%2A> property is used as the `name` attribute in the [connectionStrings Element (ASP.NET Settings Schema)](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/bf7sd233(v=vs.100)) configuration element, or is returned from the <xref:System.ComponentModel.Design.Data.IDataEnvironment.ConfigureConnection%2A> method.
217217
218218
]]></format>
219219
</remarks>

xml/System.ComponentModel.Design.Data/IDataEnvironment.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<format type="text/markdown"><![CDATA[
139139
140140
## Remarks
141-
The <xref:System.ComponentModel.Design.Data.IDataEnvironment.ConfigureConnection%2A> method writes a connection to the application's configuration file. The connection string and provider name are written to the [connectionStrings Element (ASP.NET Settings Schema)](https://msdn.microsoft.com/library/b6ffbb2e-a4d1-410e-8f7e-9755e92c65de) configuration element named according to the `name` parameter. The <xref:System.ComponentModel.Design.Data.DesignerDataConnection.Name%2A> property of the `connection` parameter is ignored.
141+
The <xref:System.ComponentModel.Design.Data.IDataEnvironment.ConfigureConnection%2A> method writes a connection to the application's configuration file. The connection string and provider name are written to the [connectionStrings Element (ASP.NET Settings Schema)](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/bf7sd233(v=vs.100)) configuration element named according to the `name` parameter. The <xref:System.ComponentModel.Design.Data.DesignerDataConnection.Name%2A> property of the `connection` parameter is ignored.
142142
143143
Implementations of the <xref:System.ComponentModel.Design.Data.IDataEnvironment.ConfigureConnection%2A> method should throw the following exceptions.
144144
@@ -148,7 +148,7 @@
148148
|<xref:System.IO.FileNotFoundException>, <xref:System.UnauthorizedAccessException>, or other appropriate file IO exception.|The application's configuration file cannot be updated. Your <xref:System.ComponentModel.Design.Data.IDataEnvironment.ConfigureConnection%2A> method implementation should throw an appropriate exception.|
149149
|<xref:System.ComponentModel.Design.CheckoutException>|The application's configuration file cannot be checked out from the source control system.|
150150
151-
Consider using the configuration-management APIs in the <xref:System.Configuration> namespace to read and write the application's configuration file. The <xref:System.Configuration.ConnectionStringsSection> class will read and write the [connectionStrings Element (ASP.NET Settings Schema)](https://msdn.microsoft.com/library/b6ffbb2e-a4d1-410e-8f7e-9755e92c65de) configuration element.
151+
Consider using the configuration-management APIs in the <xref:System.Configuration> namespace to read and write the application's configuration file. The <xref:System.Configuration.ConnectionStringsSection> class will read and write the [connectionStrings Element (ASP.NET Settings Schema)](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/bf7sd233(v=vs.100)) configuration element.
152152
153153
]]></format>
154154
</remarks>

xml/System.Configuration/ApplicationScopedSettingAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<altmember cref="T:System.Configuration.ApplicationSettingsBase" />
4545
<altmember cref="T:System.Configuration.SettingsProvider" />
4646
<altmember cref="T:System.Configuration.ConfigurationErrorsException" />
47-
<related type="Article" href="https://msdn.microsoft.com/library/c8eb2ad0-fac6-4ea2-9140-675a4a44d562">Application Settings Architecture</related>
47+
<related type="Article" href="~/docs/framework/winforms/advanced/application-settings-architecture.md">Application Settings Architecture</related>
4848
</Docs>
4949
<Members>
5050
<Member MemberName=".ctor">

xml/System.Configuration/DpapiProtectedConfigurationProvider.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
3232
You use the standard <xref:System.Configuration.DpapiProtectedConfigurationProvider> by declaring the provider and appropriate settings in the configuration file rather than creating an instance of this class. Refer to the next example.
3333
34-
For more information about Protected Configuration, see [Encrypting Configuration Information Using Protected Configuration](https://msdn.microsoft.com/library/51cdfe5b-9d82-458c-94ff-c551c4f38ed1).
34+
For more information about Protected Configuration, see [Encrypting Configuration Information Using Protected Configuration](https://docs.microsoft.com/previous-versions/aspnet/53tyfkaw(v=vs.100)).
3535
3636
The <xref:System.Configuration.DpapiProtectedConfigurationProvider> uses the Windows built-in cryptographic services and can be configured for either machine-specific or user-account-specific protection. Machine-specific protection is useful for anonymous services but provides less security. User-account-specific protection can be used with services that run with a specific user identity.
3737
@@ -81,7 +81,7 @@
8181
<permission cref="T:System.Security.NamedPermissionSet">for full access to system resources. Demand value: <see cref="F:System.Security.Permissions.SecurityAction.Demand" /><see href="https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/4652tyx7(v=vs.100)">FullTrust</see></permission>
8282
<altmember cref="T:System.Configuration.RsaProtectedConfigurationProvider" />
8383
<related type="Article" href="~/docs/standard/security/cryptographic-services.md">Cryptographic Services</related>
84-
<related type="Article" href="https://msdn.microsoft.com/library/3a62a79c-b70f-4a9d-8f33-817fb9d1623e">Specifying a Protected Configuration Provider</related>
84+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/68ze1hb2(v=vs.100)">Specifying a Protected Configuration Provider</related>
8585
</Docs>
8686
<Members>
8787
<Member MemberName=".ctor">

xml/System.Configuration/IApplicationSettingsProvider.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</remarks>
4242
<altmember cref="T:System.Configuration.SettingsProvider" />
4343
<altmember cref="T:System.Configuration.ApplicationSettingsBase" />
44-
<related type="Article" href="https://msdn.microsoft.com/library/c8eb2ad0-fac6-4ea2-9140-675a4a44d562">Application Settings Architecture</related>
44+
<related type="Article" href="~/docs/framework/winforms/advanced/application-settings-architecture.md">Application Settings Architecture</related>
4545
</Docs>
4646
<Members>
4747
<Member MemberName="GetPreviousVersion">
@@ -87,7 +87,7 @@
8787
<permission cref="T:System.Security.SecurityException">For <see cref="F:System.Security.Permissions.SecurityAction.LinkDemand" /> permission.</permission>
8888
<altmember cref="M:System.Configuration.IApplicationSettingsProvider.Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)" />
8989
<altmember cref="M:System.Configuration.ApplicationSettingsBase.GetPreviousVersion(System.String)" />
90-
<related type="Article" href="https://msdn.microsoft.com/library/649f1342-766b-49e6-a90d-5b019a751e11">Side-by-Side Execution</related>
90+
<related type="Article" href="~/docs/framework/deployment/side-by-side-execution.md">Side-by-Side Execution</related>
9191
</Docs>
9292
</Member>
9393
<Member MemberName="Reset">
@@ -181,7 +181,7 @@
181181
<altmember cref="M:System.Configuration.IApplicationSettingsProvider.GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)" />
182182
<altmember cref="M:System.Configuration.ApplicationSettingsBase.Upgrade" />
183183
<altmember cref="T:System.Configuration.NoSettingsVersionUpgradeAttribute" />
184-
<related type="Article" href="https://msdn.microsoft.com/library/649f1342-766b-49e6-a90d-5b019a751e11">Side-by-Side Execution</related>
184+
<related type="Article" href="~/docs/framework/deployment/side-by-side-execution.md">Side-by-Side Execution</related>
185185
</Docs>
186186
</Member>
187187
</Members>

xml/System.Configuration/LocalFileSettingsProvider.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<altmember cref="T:System.Configuration.ApplicationSettingsBase" />
5050
<altmember cref="T:System.Configuration.ClientSettingsSection" />
5151
<altmember cref="T:System.Configuration.IConfigurationSectionHandler" />
52-
<related type="Article" href="https://msdn.microsoft.com/library/c8eb2ad0-fac6-4ea2-9140-675a4a44d562">Application Settings Architecture</related>
52+
<related type="Article" href="~/docs/framework/winforms/advanced/application-settings-architecture.md">Application Settings Architecture</related>
5353
</Docs>
5454
<Members>
5555
<Member MemberName=".ctor">
@@ -228,7 +228,7 @@
228228
The <xref:System.Configuration.LocalFileSettingsProvider.GetPropertyValues%2A> method also manages the special application settings type <xref:System.Configuration.SpecialSetting.ConnectionString>. Connection strings are stored in a special section of the configuration file delimited by the element `<connectionstrings>`.
229229
230230
> [!CAUTION]
231-
> <xref:System.Configuration.LocalFileSettingsProvider> does not use encryption to persist any settings. Therefore, do not store plain text passwords or other sensitive information using this provider without taking additional precautions, such as separately encrypting the information within the configuration file. For more information, see [Encrypting Configuration Information Using Protected Configuration](https://msdn.microsoft.com/library/51cdfe5b-9d82-458c-94ff-c551c4f38ed1).
231+
> <xref:System.Configuration.LocalFileSettingsProvider> does not use encryption to persist any settings. Therefore, do not store plain text passwords or other sensitive information using this provider without taking additional precautions, such as separately encrypting the information within the configuration file. For more information, see [Encrypting Configuration Information Using Protected Configuration](https://docs.microsoft.com/previous-versions/aspnet/53tyfkaw(v=vs.100)).
232232
233233
]]></format>
234234
</remarks>
@@ -387,7 +387,7 @@
387387
If a user-scoped settings property is set back to its default value explicitly, then the local file settings provider will remove the entry for the associated setting from the user configuration file. The next read access for this property will simply use the default value.
388388
389389
> [!CAUTION]
390-
> <xref:System.Configuration.LocalFileSettingsProvider> does not use encryption to persist any settings. Therefore, do not store plain text passwords or other sensitive information using this provider without taking additional precautions, such as separately encrypting the information within the configuration file. For more information, see [Encrypting Configuration Information Using Protected Configuration](https://msdn.microsoft.com/library/51cdfe5b-9d82-458c-94ff-c551c4f38ed1).
390+
> <xref:System.Configuration.LocalFileSettingsProvider> does not use encryption to persist any settings. Therefore, do not store plain text passwords or other sensitive information using this provider without taking additional precautions, such as separately encrypting the information within the configuration file. For more information, see [Encrypting Configuration Information Using Protected Configuration](https://docs.microsoft.com/previous-versions/aspnet/53tyfkaw(v=vs.100)).
391391
392392
]]></format>
393393
</remarks>
@@ -451,7 +451,7 @@
451451
452452
This way this method is called depends on the type of application that is being upgraded:
453453
454-
- Each version of a [!INCLUDE[ndptecclick](~/includes/ndptecclick-md.md)] application is stored in its own isolated installation directory. After a new version of a [!INCLUDE[ndptecclick](~/includes/ndptecclick-md.md)] application is installed, and when the new version is first run, internal logic will automatically call <xref:System.Configuration.LocalFileSettingsProvider.Upgrade%2A> to migrate all common application settings to the new version. For more information, see [ClickOnce and Application Settings](https://msdn.microsoft.com/library/891caba6-faef-4a3c-8f71-60e6fadb60eb).
454+
- Each version of a [!INCLUDE[ndptecclick](~/includes/ndptecclick-md.md)] application is stored in its own isolated installation directory. After a new version of a [!INCLUDE[ndptecclick](~/includes/ndptecclick-md.md)] application is installed, and when the new version is first run, internal logic will automatically call <xref:System.Configuration.LocalFileSettingsProvider.Upgrade%2A> to migrate all common application settings to the new version. For more information, see [ClickOnce and Application Settings](/visualstudio/deployment/clickonce-and-application-settings).
455455
456456
- Standard Windows Forms and console applications must manually call <xref:System.Configuration.LocalFileSettingsProvider.Upgrade%2A>, because there is not a general, automatic way to determine when such an application is first run. The two common ways to do this are either from the installation program or using from the application itself, using a persisted property, often named something like `IsFirstRun`.
457457

xml/System.Configuration/ProtectedConfiguration.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
## Remarks
3030
The <xref:System.Configuration.ProtectedConfiguration> class allows you to obtain information about the providers available to protect sensitive configuration data. You typically use the standard providers, but you can also create custom providers by deriving from the <xref:System.Configuration.ProtectedConfigurationProvider> class.
3131
32-
For more information about protected configuration, see [Encrypting Configuration Information Using Protected Configuration](https://msdn.microsoft.com/library/51cdfe5b-9d82-458c-94ff-c551c4f38ed1).
32+
For more information about protected configuration, see [Encrypting Configuration Information Using Protected Configuration](https://docs.microsoft.com/previous-versions/aspnet/53tyfkaw(v=vs.100)).
3333
3434
3535
@@ -43,8 +43,8 @@
4343
</remarks>
4444
<altmember cref="T:System.Configuration.ProtectedConfigurationProvider" />
4545
<altmember cref="T:System.Configuration.ProtectedConfigurationSection" />
46-
<related type="Article" href="https://msdn.microsoft.com/library/ac7a6e16-c2af-4f16-a92a-80480c502e71">Overview of Protected Configuration</related>
47-
<related type="Article" href="https://msdn.microsoft.com/library/51cdfe5b-9d82-458c-94ff-c551c4f38ed1">Encrypting Configuration Information Using Protected Configuration</related>
46+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/hh8x3tas(v=vs.100)">Overview of Protected Configuration</related>
47+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/53tyfkaw(v=vs.100)">Encrypting Configuration Information Using Protected Configuration</related>
4848
</Docs>
4949
<Members>
5050
<Member MemberName="DataProtectionProviderName">

0 commit comments

Comments
 (0)