0

I have a digital certificate but it´s is an card, so I don´t have access to my private key. I am developing an app that I want the user to have an option to log in using its certificate.

I want my application to request user´s certificate.

How do I have to procced?

Hans Kesting
  • 38,117
  • 9
  • 79
  • 111
Guilherme Longo
  • 2,278
  • 7
  • 44
  • 64

1 Answers1

0
Request.ClientCertificate.Subject; 

Does the job! ;O)

Guilherme Longo
  • 2,278
  • 7
  • 44
  • 64