vote up 0 vote down star

How to get information about certificate installed on iis 6.0 server under C# in winforms application.

flag

1 Answer

vote up 1 vote down

UPD I just noticed that you need C# but not ASP.NET, so my reply is not correct. You can use System.DirectoryServices to query IIS properties. Please note that certificate is not bound to the whole IIS server. Every web site can have it's own certificate.

link|flag
Thanks but I forgot to mention that it is winform application. – Darqer Aug 12 at 12:39
Yes I use DirectoryEntry, however I can't find field in IIS metabase that give information about certificate. – Darqer Aug 12 at 12:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.