How can I create a RSACryptoServiceProvider from an X509Certificate?

  • Thread starter Thread starter =?iso-8859-1?Q?Dany_Fari=F1a?=
  • Start date Start date
?

=?iso-8859-1?Q?Dany_Fari=F1a?=

Hi everybody:

Does anyone know how can I create an instance of
RSACryptoServiceProvider using the information contained
in an X509Certificate class object? (How do I extract the
Modulus and Exponent from the key contained in
X509Certificate?)

Thanks in advance,
Dany.
 
Back
Top