by Mathew [mmathew at red-usa dot com] posted on 2004/04/05 |
|
This maybee a newbie question.
I am writing a C# client application that connects to an already existing server application.
I have an RSA client key and a pem certificate to authenticate against the server.
The crypto api does not seem to have a function to associate the certificate with a RSA client key. Do I need to convert the file to a pvk file. Can someone recomend a utility to do this.
thanks. |