Visual C# Developer Center > Visual C# Forums > Visual C# Language > Which Property is unique among all certificates in Certificate Store?
Ask a questionAsk a question
 

AnswerWhich Property is unique among all certificates in Certificate Store?

  • Wednesday, November 04, 2009 3:43 PMKK YADAV Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hello,

    I am trying to create an application for which a user selects a X509 certificate from Certificate Store. Once user selects then I want to store some unique property of that certificate and save it in user’s local computer. Now when user starts this application again then I want to retrieve that certificate automatically from Certificate Store (with the help of unique property which is stored in a local computer).

    Which unique property should I use?

    1.       Certificate’s Serial Number or

    2.       Certificate’s Thumbprint

    I want to know that which property will be unique among all certificates which are stored in Certificate Store so that I can find my particular certificate from Certificate Store.

Answers

All Replies