From 048a0307680597d81731f69f8a2a5277db24c458 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Sun, 21 Oct 2018 13:46:39 -0700 Subject: [PATCH 1/2] Fix dotnet/docs#8537 Update remark to topic examples Fixes dotnet/docs#8537. This updates the wording that references the examples for the `RsaProtectedConfigurationProvider` class. Previously, examples were after this remark. The new wording references the examples without mention of how it's relatively positioned in the document. --- .../RsaProtectedConfigurationProvider.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Configuration/RsaProtectedConfigurationProvider.xml b/xml/System.Configuration/RsaProtectedConfigurationProvider.xml index 16d5a80636a..5fa2a35a034 100644 --- a/xml/System.Configuration/RsaProtectedConfigurationProvider.xml +++ b/xml/System.Configuration/RsaProtectedConfigurationProvider.xml @@ -25,7 +25,7 @@ class gives you a way to encrypt sensitive information stored in a configuration file, which helps protect it from unauthorized access. You use the built-in instance by declaring the provider and making appropriate settings in the configuration file instead of creating an instance of this class, as shown in the example later in this topic. + The class gives you a way to encrypt sensitive information stored in a configuration file, which helps protect it from unauthorized access. You use the built-in instance by declaring the provider and making appropriate settings in the configuration file instead of creating an instance of this class, as shown in this topic's examples. The object uses the cryptography functions provided by class to encrypt and decrypt configuration sections. @@ -561,4 +561,4 @@ - \ No newline at end of file + From f292c6002a54022786c12d66a3c9eec832f86f8a Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Mon, 22 Oct 2018 12:07:12 -0700 Subject: [PATCH 2/2] Use suggested wording and link to Examples section Suggested by GH user mairaw --- xml/System.Configuration/RsaProtectedConfigurationProvider.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Configuration/RsaProtectedConfigurationProvider.xml b/xml/System.Configuration/RsaProtectedConfigurationProvider.xml index 5fa2a35a034..83b539b9c66 100644 --- a/xml/System.Configuration/RsaProtectedConfigurationProvider.xml +++ b/xml/System.Configuration/RsaProtectedConfigurationProvider.xml @@ -25,7 +25,7 @@ class gives you a way to encrypt sensitive information stored in a configuration file, which helps protect it from unauthorized access. You use the built-in instance by declaring the provider and making appropriate settings in the configuration file instead of creating an instance of this class, as shown in this topic's examples. + The class gives you a way to encrypt sensitive information stored in a configuration file, which helps protect it from unauthorized access. You use the built-in instance by declaring the provider and making appropriate settings in the configuration file instead of creating an instance of this class, as shown in the [Examples](#examples) section. The object uses the cryptography functions provided by class to encrypt and decrypt configuration sections.