I have to put a digital certificate of type CPF A3 token with password in an HttpWebRequest, so I was trying to use the X509Certificate2, as follows:
private X509Certificate2 GetCert(string CertFile, string CertPass)
{
FileStre...
asked by
30.06.2016 / 22:14