Menu
Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Security
view keystore names
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Zhi-Qiang Ni[MSFT], post: 4285794"] Hi Chuck, Please post your code how to use aspnet_regiis to create a machine encryption key. When you use aspnet_regiis to encypt the section of web.config, you aassign DataProtectionConfigurationProvider. The DataProtectionConfigurationProvider uses the Windows Data Protection API (DPAPI) underneath the covers. This provider a machine-specific secret key for encryption and decryption work. Because the DataProtectionConfigurationProvider relies on a machine-specific key. So it store in %windir%\system32\Microsoft\Protect\S-1-5-18. I do't find a way to view it. But when you assign RSA Key Container with aspnet_regiis, you can use the following way to export the custom RSA key container to an XML file. [URL]http://msdn.microsoft.com/en-us/library/f5cs0acs.aspx[/URL] [URL]http://msdn.microsoft.com/en-us/library/2w117ede.aspx[/URL] Please refer the following link: [URL]http://msdn.microsoft.com/en-us/library/zhhddkxy.aspx[/URL] [URL]http://odetocode.com/Articles/418.aspx[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Security
view keystore names
Top