Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 13, 2012 05:26 AM by gopikrsna
Member
190 Points
234 Posts
Apr 12, 2012 12:07 PM|LINK
What is ServiceCertificate Tag in WCF and How to create it. And What is the Use?
Contributor
2881 Points
517 Posts
Apr 12, 2012 12:55 PM|LINK
ServiceCertificate Tag in WCF specifies the details like where the certificate is stored, location, and how the WCF application should find it.
The primary use of certificate in WCF is to provide client authentication and message security.
Refer these articles on how to create it for WCF.
http://wcfsecurity.codeplex.com/wikipage?title=How%20To%20-%20Use%20Certificate%20Authentication%20and%20Message%20Security%20in%20WCF%20calling%20from%20Windows%20Forms
http://www.codeproject.com/Articles/36683/9-simple-steps-to-enable-X-509-certificates-on-WCF
Apr 13, 2012 04:54 AM|LINK
avinash,
I've gone thru the below:
But When I Run my client, prompts me with below error:
"The caller was not authenticated by the service.
Apr 13, 2012 05:26 AM|LINK
Solved , forgot to install certificates in trusted!
gopikrsna
Member
190 Points
234 Posts
What is ServiceCertificate in WCF & How to use it.
Apr 12, 2012 12:07 PM|LINK
What is ServiceCertificate Tag in WCF and How to create it. And What is the Use?
avinash_bhud...
Contributor
2881 Points
517 Posts
Re: What is ServiceCertificate in WCF & How to use it.
Apr 12, 2012 12:55 PM|LINK
ServiceCertificate Tag in WCF specifies the details like where the certificate is stored, location, and how the WCF application should find it.
The primary use of certificate in WCF is to provide client authentication and message security.
Refer these articles on how to create it for WCF.
http://wcfsecurity.codeplex.com/wikipage?title=How%20To%20-%20Use%20Certificate%20Authentication%20and%20Message%20Security%20in%20WCF%20calling%20from%20Windows%20Forms
http://www.codeproject.com/Articles/36683/9-simple-steps-to-enable-X-509-certificates-on-WCF
gopikrsna
Member
190 Points
234 Posts
Re: What is ServiceCertificate in WCF & How to use it.
Apr 13, 2012 04:54 AM|LINK
avinash,
I've gone thru the below:
http://www.codeproject.com/Articles/36683/9-simple-steps-to-enable-X-509-certificates-on-WCF
But When I Run my client, prompts me with below error:
"The caller was not authenticated by the service.
gopikrsna
Member
190 Points
234 Posts
Re: What is ServiceCertificate in WCF & How to use it.
Apr 13, 2012 05:26 AM|LINK
Solved , forgot to install certificates in trusted!