I have a .p12 file - I'm trying to install the cert on a smart card. I have a CSP installed and can instantiate a valid CspParameters object for an RSACryptoServiceProvider for example. But how can I import the cert?
I know I can read certs from the card using the local X509Store, but how can I write them?