everyone,
I am developing a web application that uses X509Certificate2 to get a private key from a certification file. Code snippet looks like following:
<
may be it useful to you; On local try:
X509Certificate2 pc = new X509Certificate2(strFileName, strPassword);