When I use Request.ServerVariables("CERT_SUBJECT") I end up getting something like this as a string:
C=US, O=XXX, OU=XXX, OU=XXX, OU=XXX, CN=DOE.JOHN.JACOB.9999999
what does the value C=US mean? is this the cardholder's citizenship? The country of the card's origin?
Thank you for the help
Request.ServerVariables("CERT_SUBJECT")gives you:see Server Variables.
And
CspecifiesCountryNameaccording to here:See also What does "subject" mean in certificate?