How do I know what the storeName of a certificate?

Posted by crocpulsar on Stack Overflow See other posts from Stack Overflow or by crocpulsar
Published on 2010-04-30T06:38:01Z Indexed on 2010/04/30 9:07 UTC
Read the original article Hit count: 133

Filed under:
|

I have a certificate installed in windows server 2003

The path I can see from MMC is: Certificates(Local Computer)/Personal/Certificates

I want to configure it in my wcf config. How do I know what the storeName is?

This is what I get so far in my wcf config

<serviceCertificate findValue="certificate.example.com" storeLocation="LocalMachine" storeName="???" x509FindType="FindBySubjectName" />

© Stack Overflow or respective owner

Related posts about wcf

Related posts about certificate