Smart Card and sql database

  • It's probably not SQL related but I am not sure where to post this question. It's probably C# and MSSQL related in general. I want to create an application which allows user to review the information on the screen and click submit if they agree. The submit button will cause smart card window to pop up to select the certificate to use and ask for the pin#. Which information from the smart card should be saved in the database so that the record is considered digitally signed.

  • imohammed786 (12/30/2013)


    It's probably not SQL related but I am not sure where to post this question. It's probably C# and MSSQL related in general. I want to create an application which allows user to review the information on the screen and click submit if they agree. The submit button will cause smart card window to pop up to select the certificate to use and ask for the pin#. Which information from the smart card should be saved in the database so that the record is considered digitally signed.

    This sounds like more of a business rule question than a technical one. Granted, I'm not current with all the RFID and smart card technology that's out there, but to SQL, it would just be columns in a table, so you can store whatever you want. The decision on what to accept as a digital signature is a question for the business owners of the application. Be sure to consider whatever laws are applicable if money is involved.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply