I want to know if it is possible to sign data using a smart card\'s private key without resorting to a java applet or activex control.
I am tant
You could try this first:
store.Open(OpenFlags.ReadOnly); cert = store.Certificates[0]; store.Close();