What is ServiceCertificate in WCF & How to use it.http://forums.asp.net/t/1792133.aspx/1?What+is+ServiceCertificate+in+WCF+How+to+use+it+Fri, 13 Apr 2012 05:26:15 -040017921334929042http://forums.asp.net/p/1792133/4929042.aspx/1?What+is+ServiceCertificate+in+WCF+How+to+use+it+What is ServiceCertificate in WCF & How to use it. <p>What is ServiceCertificate Tag in WCF and How to create it. And What is the Use?</p> 2012-04-12T12:07:22-04:004929154http://forums.asp.net/p/1792133/4929154.aspx/1?Re+What+is+ServiceCertificate+in+WCF+How+to+use+it+Re: What is ServiceCertificate in WCF & How to use it. <p>ServiceCertificate Tag in WCF specifies the details like where the certificate is stored, location, and how the <span class="search-highlight">WCF</span> application should find it.</p> <p>The primary use of certificate in WCF is to provide client authentication and message security.</p> <p>Refer these articles on how to create it for WCF.</p> <p><a href="http://wcfsecurity.codeplex.com/wikipage?title=How%20To%20-%20Use%20Certificate%20Authentication%20and%20Message%20Security%20in%20WCF%20calling%20from%20Windows%20Forms">http://wcfsecurity.codeplex.com/wikipage?title=How%20To%20-%20Use%20Certificate%20Authentication%20and%20Message%20Security%20in%20WCF%20calling%20from%20Windows%20Forms</a></p> <p><a target="_blank" href="http://www.codeproject.com/Articles/36683/9-simple-steps-to-enable-X-509-certificates-on-WCF">http://www.codeproject.com/Articles/36683/9-simple-steps-to-enable-X-509-certificates-on-WCF</a></p> 2012-04-12T12:55:03-04:004930314http://forums.asp.net/p/1792133/4930314.aspx/1?Re+What+is+ServiceCertificate+in+WCF+How+to+use+it+Re: What is ServiceCertificate in WCF & How to use it. <p>avinash,</p> <p>I've gone thru the below:</p> <p><a href="http://www.codeproject.com/Articles/36683/9-simple-steps-to-enable-X-509-certificates-on-WCF">http://www.codeproject.com/Articles/36683/9-simple-steps-to-enable-X-509-certificates-on-WCF</a></p> <p>But When I Run my client, prompts me with below error:</p> <p><strong>&quot;The caller was not authenticated by the service.</strong></p> 2012-04-13T04:54:09-04:004930354http://forums.asp.net/p/1792133/4930354.aspx/1?Re+What+is+ServiceCertificate+in+WCF+How+to+use+it+Re: What is ServiceCertificate in WCF & How to use it. <p>Solved , forgot to install certificates in trusted!</p> 2012-04-13T05:26:15-04:00