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
<blockquote data-quote="Zhi-Qiang Ni[MSFT]" data-source="post: 4285804"><p>Hi Chuck,</p><p></p><p>As far as I know, the MMC is used to manage the Certificates,such as X.509</p><p>certificate,ssl certificate.</p><p>The location 'C:\Documents and Settings\All Users\Application</p><p>Data\Microsoft\Crypto\RSA\MachineKeys store the encyption key.</p><p>When you use Aspnet_regiis.exe utility tool to encypt the web.config</p><p>section,it will generate the key store, it store key into the above</p><p>location.</p><p></p><p>So you can't use the mmc to view encryption key, it used to manage the</p><p>certificate not the key.</p><p>If you create the RSA Key Container, you can use the following way to view</p><p>the public key and private key:</p><p>For example, the following command exports the machine-level RSA key</p><p>container named SampleKeys to the file named keys.xml and includes the</p><p>private key information.</p><p>aspnet_regiis -px "SampleKeys" keys.xml -pri</p><p></p><p>Please check the following link:</p><p><a href="http://msdn.microsoft.com/en-us/library/yxw286t2(VS.80).aspx">http://msdn.microsoft.com/en-us/library/yxw286t2(VS.80).aspx</a></p><p></p><p>--</p><p>Best Regards,</p><p>Zhi-Qiang Ni</p><p>Microsoft Online Support</p><p></p><p>==================================================</p><p>Get notification to my posts through email? Please refer to</p><p><a href="http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications">http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications</a>.</p><p></p><p>MSDN Managed Newsgroup support offering is for non-urgent issues where an</p><p>initial response from the community or a Microsoft Support Engineer within</p><p>2 business day is acceptable. Please note that each follow up response may</p><p>take approximately 2 business days as the support professional working with</p><p>you may need further investigation to reach the most efficient resolution.</p><p>The offering is not appropriate for situations that require urgent,</p><p>real-time or phone-based interactions. Issues of this nature are best</p><p>handled working with a dedicated Microsoft Support Engineer by contacting</p><p>Microsoft Customer Support Services (CSS) at</p><p><a href="http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx">http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx</a></p><p>==================================================</p></blockquote><p></p>
[QUOTE="Zhi-Qiang Ni[MSFT], post: 4285804"] Hi Chuck, As far as I know, the MMC is used to manage the Certificates,such as X.509 certificate,ssl certificate. The location 'C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys store the encyption key. When you use Aspnet_regiis.exe utility tool to encypt the web.config section,it will generate the key store, it store key into the above location. So you can't use the mmc to view encryption key, it used to manage the certificate not the key. If you create the RSA Key Container, you can use the following way to view the public key and private key: For example, the following command exports the machine-level RSA key container named SampleKeys to the file named keys.xml and includes the private key information. aspnet_regiis -px "SampleKeys" keys.xml -pri Please check the following link: [URL]http://msdn.microsoft.com/en-us/library/yxw286t2(VS.80).aspx[/URL] -- Best Regards, Zhi-Qiang Ni Microsoft Online Support ================================================== Get notification to my posts through email? Please refer to [URL]http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications[/URL]. MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 2 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at [URL]http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx[/URL] ================================================== [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Security
view keystore names
Top