Skip to content

Commit 78d461b

Browse files
Rick-AndersonLex Lilextmwadepickettr-V3
authored
merge to live (#1092)
* Delete iis/manage/configuring-security/iis-8-certificate-management-and-deployment.md * Update TOC.yml * Update TOC.yml * Delete iis/manage/configuring-security/iis-8-sandboxing-and-security.md * Added new flags introduced in IIS 10 version 1809. * Update iis/configuration/system.applicationHost/sites/siteDefaults/bindings/binding.md * Update url-rewrite-module-video-walkthrough.md * Update url-rewrite-module-video-walkthrough.md (#1056) * Update url-rewrite-module-video-walkthrough.md * a a * Remove dead content (#1059) a * Delete dead content (#1058) * Delete dead content * Update iis/TOC.yml * Delete dead content * Delete dead content * Delete dead content * Update application-pool-identities.md (#1060) Moved the picture down so that it matches what end users should see after step 7 and 8. * Revert "Remove dead content (#1059)" (#1062) This reverts commit f739436. * SFI Image corrections for sev 0 (#1067) * IIS-docs: SFI Image Sev 1-2 Fixes (#1068) * IIS-docs: SFI Image sev 0-2 Fixes * Added more non-referenced images for deletion * finished fixing all sev 2 * Fixed broken links in Learn Online Build Report. (#1065) * Fixed broken links in Learn Online Build Report. * Fixed two more links. --------- Co-authored-by: Lex Li <[email protected]> * Added new flags introduced in IIS 10 version 1809. (#1064) Co-authored-by: Lex Li <[email protected]> * Revert "IIS-docs: SFI Image Sev 1-2 Fixes (#1068)" (#1071) This reverts commit 8df9ff5. * Update using-custom-rewrite-providers-with-url-rewrite-module.md (#1069) * Update using-custom-rewrite-providers-with-url-rewrite-module.md The download link is invalid. Deleted it. Third part saved download link: https://web.archive.org/web/20200801000000id_/download.microsoft.com/download/3/9/E/39E30671-7AD2-4902-B56B-C300D862595E/RewriteExtensibility.msi Check if there is an official download way. * Update iis/extensions/url-rewrite-module/using-custom-rewrite-providers-with-url-rewrite-module.md Linked to URL Rewrite 2.1 module as has been suggested previously by IIS team's Sam Wu. --------- Co-authored-by: Wade Pickett <[email protected]> * adding examples and making modifications (#1070) adding examples and making modifications Co-authored-by: EsraShrouf <[email protected]> * SFI images IIS-docs sev1-2 updates only (#1072) * SFI images IIS-docs sev1-2 updates only * Re-evaluated with new guidelines and high bar for change for fictitious settings required for topics * Delete .openpublishing.build.ps1 (#1073) * Update ihttprequest-getclientcertificate-method.md (#1075) * Update ihttprequest-getclientcertificate-method.md The link for HTTP_SSL_CLIENT_CERT_INFO structure was broken. So fixed the link * Update ihttprequest-getclientcertificate-method.md --------- Co-authored-by: Rick Anderson <[email protected]> * Update web-deploy-automatic-backups.md (#1076) * sfi (#1077) * SFI Wave 4 Remediation (#1078) * sfi * sfi * sfi * sfi * sfi * sfi * sfi * sfi * SFI Wave 4 Remediation (#1079) * Update hyper-v-guides.md (#1063) * Update hyper-v-guides.md removed bad links * Update iis/web-hosting/installing-infrastructure-components/hyper-v-guides.md Co-authored-by: Wade Pickett <[email protected]> --------- Co-authored-by: Wade Pickett <[email protected]> * sfi-remove unused images (#1083) * SFI Wave 4 Remediation (#1085) * sfi * . * ? * restore configure-smtp-e-mail-in-iis-7-and-above.md (#1087) * Update ms.topic to reference (#1089) Updated ms.topic managed-reference to reference. * Update sample5.cmd to match test results (#1091) --------- Co-authored-by: Lex Li <[email protected]> Co-authored-by: Lex Li <[email protected]> Co-authored-by: Wade Pickett <[email protected]> Co-authored-by: r-V3 <[email protected]> Co-authored-by: EsraShrouf <[email protected]> Co-authored-by: Shujing Zhang <[email protected]> Co-authored-by: JawaharGaneshS <[email protected]> Co-authored-by: Mick Alberts <[email protected]> Co-authored-by: Shawn Kupfer <[email protected]> Co-authored-by: Theano Petersen <[email protected]> Co-authored-by: kcpitt <[email protected]>
1 parent d4a3496 commit 78d461b

File tree

1 file changed

+7
-11
lines changed
  • iis/manage/configuring-security/using-encryption-to-protect-passwords/samples

1 file changed

+7
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
keyContainerName="NetFrameworkConfigurationKey" cspProviderName=""
2-
useMachineContainer="true" useOAEP="false" name="RsaProtectedConfigurationProvider"
3-
type="System.Configuration.RsaProtectedConfigurationProvider,System.Configuration,
1+
<configProtectedData defaultProvider="RsaProtectedConfigurationProvider">
2+
<providers>
3+
<add name="RsaProtectedConfigurationProvider" type="System.Configuration.RsaProtectedConfigurationProvider,System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" description="Uses RsaCryptoServiceProvider to encrypt and decrypt" keyContainerName="NetFrameworkConfigurationKey" cspProviderName="" useMachineContainer="true" useOAEP="false"/>
44

5-
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
6-
useMachineProtection="true" keyEntropy="" name="DataProtectionConfigurationProvider"
7-
type="System.Configuration.DpapiProtectedConfigurationProvider,System.Configuration,
8-
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
5+
<add name="DataProtectionConfigurationProvider" type="System.Configuration.DpapiProtectedConfigurationProvider,System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" description="Uses CryptProtectData and CryptUnProtectData Windows APIs to encrypt and decrypt" useMachineProtection="true" keyEntropy=""/>
96

10-
cspProviderName="" useMachineContainer="true" useOAEP="false"
11-
name="Rsa_WAS"
12-
type="System.Configuration.RsaProtectedConfigurationProvider,System.Configuration,
13-
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
7+
<add name="Rsa_WAS" type="System.Configuration.RsaProtectedConfigurationProvider,System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" description="RsaKeyForWAS" keyContainerName="iisWasKey" cspProviderName="" useMachineContainer="true" useOAEP="false" />
8+
</providers>
9+
</configProtectedData>

0 commit comments

Comments
 (0)