Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. var req = Request.ClientCertificate;
  2.  
  3. var x509 = new X509Certificate(req.Certificate);
  4.  
  5. 'x509.Issuer' threw an exception of type 'System.Security.Cryptography.CryptographicException'
  6. 'x509.Subject' threw an exception of type 'System.Security.Cryptography.CryptographicException'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement