Click here to Skip to main content
15,915,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,
I need some help,
I want to find the detailed information of installed SSL Ceritificate on my server or Local machine from my .net application.
Details of certificate includes Name of certificate and Expiry date.
Here i dont have physical certificate file (eg."ABC.cer") on my machine. ("ABC.cer") certificate is installed on my server and machine.

Plz Help..........
thnx in advanse,
Shahu.
Posted
Updated 29-Nov-12 19:40pm
v3

1 solution

You can use MMC in your machine.
1. Go to Run and type MMC.EXE (as Admin)
2. Click File->Add Remove Snap-In
3. Select Certificate and Click Add.
4. Finish the wizard (for your account/local computer as applicable)

Now you can see all the certificates installed.

Hope that helps.
Milind
 
Share this answer
 
Comments
shahu thorawat 30-Nov-12 1:31am    
Thnx Milind,
But i want to check this from my .net application.
MT_ 30-Nov-12 1:33am    
Your original question nowhere suggests that. I would suggest you to update the question using "Improve Question".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900