Skip to content

Conversation

@Chris-Johnston
Copy link
Contributor

Summary

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.

Fixes dotnet/docs#8537.

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.
Copy link
Contributor

@mairaw mairaw left a comment

Choose a reason for hiding this comment

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

Thank you @Chris-Johnston for jumping on the issue. I have a rewording suggestion. Let me know what you think!

## 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.

Copy link
Contributor

@mairaw mairaw left a comment

Choose a reason for hiding this comment

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

Thank you for making the suggested changes. I'll merge this as soon as the build finishes successfully.

@mairaw mairaw added 📁 Repo - dotnet-api-docs ✨ 1st-time dotnet-api-docs contributor! Indicates PRs from new contributors to the dotnet-api-docs repository labels Oct 22, 2018
@mairaw mairaw merged commit 467a609 into dotnet:master Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ 1st-time dotnet-api-docs contributor! Indicates PRs from new contributors to the dotnet-api-docs repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants