![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have a certificate and it's private key. I'm accessing my certificate and my private key using the X509Certificate2. My problem is: I can't pass to the RsaCryptoServiceProvider class my Private and Public key. How can i do it ? Thanks in advance, Victor |
#3
| |||
| |||
|
|
The X509Certificate2.PublicKey.Key property will give you an RSACryptoServiceProvider for that certificate and the X509Certificate.PrivateKey property will give you an AsymmetricAlgorithm class you can use. Joe K. -- Joe Kaplan-MS MVP Directory Services Programming Co-author of "The .NET Developer's Guide to Directory Services Programming" http://www.directoryprogramming.net -- "Victor Pereira" <pelasaco (AT) gmail (DOT) com> wrote in message news:%23gDM4iGUHHA.1208 (AT) TK2MSFTNGP03 (DOT) phx.gbl... Hi, I have a certificate and it's private key. I'm accessing my certificate and my private key using the X509Certificate2. My problem is: I can't pass to the RsaCryptoServiceProvider class my Private and Public key. How can i do it ? Thanks in advance, Victor |
#4
| |||
| |||
|
|
Hi Joe, Ok thanks for your reply. I think that i didn't explained very clearly my problem. I don't know how can i get these properties and populate the RsaCryptoServiceProvider structure to call the method Encrypt with my private key. Understood ? Thanks again, Victor "Joe Kaplan" <joseph.e.kaplan (AT) removethis (DOT) accenture.com> escreveu na mensagem news:emermwKUHHA.528 (AT) TK2MSFTNGP03 (DOT) phx.gbl... The X509Certificate2.PublicKey.Key property will give you an RSACryptoServiceProvider for that certificate and the X509Certificate.PrivateKey property will give you an AsymmetricAlgorithm class you can use. Joe K. -- Joe Kaplan-MS MVP Directory Services Programming Co-author of "The .NET Developer's Guide to Directory Services Programming" http://www.directoryprogramming.net -- "Victor Pereira" <pelasaco (AT) gmail (DOT) com> wrote in message news:%23gDM4iGUHHA.1208 (AT) TK2MSFTNGP03 (DOT) phx.gbl... Hi, I have a certificate and it's private key. I'm accessing my certificate and my private key using the X509Certificate2. My problem is: I can't pass to the RsaCryptoServiceProvider class my Private and Public key. How can i do it ? Thanks in advance, Victor |
#5
| |||
| |||
|
|
Hi Joe, Ok thanks for your reply. I think that i didn't explained very clearly my problem. I don't know how can i get these properties and populate the RsaCryptoServiceProvider structure to call the method Encrypt with my private key. Understood ? Thanks again, Victor "Joe Kaplan" <joseph.e.kaplan (AT) removethis (DOT) accenture.com> escreveu na mensagem news:emermwKUHHA.528 (AT) TK2MSFTNGP03 (DOT) phx.gbl... The X509Certificate2.PublicKey.Key property will give you an RSACryptoServiceProvider for that certificate and the X509Certificate.PrivateKey property will give you an AsymmetricAlgorithm class you can use. Joe K. -- Joe Kaplan-MS MVP Directory Services Programming Co-author of "The .NET Developer's Guide to Directory Services Programming" http://www.directoryprogramming.net -- "Victor Pereira" <pelasaco (AT) gmail (DOT) com> wrote in message news:%23gDM4iGUHHA.1208 (AT) TK2MSFTNGP03 (DOT) phx.gbl... Hi, I have a certificate and it's private key. I'm accessing my certificate and my private key using the X509Certificate2. My problem is: I can't pass to the RsaCryptoServiceProvider class my Private and Public key. How can i do it ? Thanks in advance, Victor |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |