Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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.
  • Loading branch information
Chris-Johnston authored Oct 21, 2018
commit 048a0307680597d81731f69f8a2a5277db24c458
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
The <xref:System.Configuration.RsaProtectedConfigurationProvider> 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 <xref:System.Configuration.RsaProtectedConfigurationProvider> 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 <xref:System.Configuration.RsaProtectedConfigurationProvider> 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 <xref:System.Configuration.RsaProtectedConfigurationProvider> 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my suggestion: as shown in the [Examples](#examples) section.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback! I like the idea of using a link.


The <xref:System.Configuration.RsaProtectedConfigurationProvider> object uses the cryptography functions provided by <xref:System.Security.Cryptography.RSA> class to encrypt and decrypt configuration sections.

Expand Down Expand Up @@ -561,4 +561,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>