I'm working on a research story involving web-based Smart Card authentication. We've managed to set up an environment that requires Smart Card PIN entry during the authentication process, but there's some disagreement about whether the resulting HttpClientCertificate
includes any information representing a signature (i.e., some arbitrary data encrypted with the PIN/private key on the Smart Card).
Does anyone have experience dealing with signatures like this? I'm having real trouble finding examples describing any kind of web-based Smart Card/PIN authentication and then recording data from the HttpClientCertificate
that would verify the signature.