RE: Showing the private key stored in a pfx file
- From: jetan@xxxxxxxxxxxxxxxxxxxx ("Jeffrey Tan[MSFT]")
- Date: Tue, 25 Jul 2006 05:21:03 GMT
Hi Bob,
Thanks for your post!
Based on my knowledge, the container name will be different every time you
import the PFX, but the private key should be the same each time.
I recommend you to use certutil.exe to dump the raw private key:
certutil -p "geheim" -v -privatekey e:\Prototype\Test\Release2\key.pfx
The output won't be as nice as the RSA C# class allows, in that the key is
merely dumped as a hex blob.
If the above command shows the same private key content each time, then
there may be an issue with the C# classes you are using, or the code that
calls them.
I look forward to your further test result. Thanks
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 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 or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Prev by Date: Re: Moving Chat sample from Http to Ipc channel...
- Next by Date: Re: Problem in loading types from assembly
- Previous by thread: Re: Moving Chat sample from Http to Ipc channel...
- Next by thread: RE: Showing the private key stored in a pfx file
- Index(es):
Relevant Pages
|