Click here to Skip to main content
15,892,298 members
Articles / Containers / Virtual Machine

Securing WCF Services with Certificates

Rate me:
Please Sign up or sign in to vote.
4.93/5 (70 votes)
30 Jul 2008CPOL8 min read 339.6K   2.6K   221  
An article that describes how to secure WCF services using X.509 certificates issued from a certificate authority.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server.csproj", "{C2FA6C4A-04F4-46DA-AA2D-DF94247395DC}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C2FA6C4A-04F4-46DA-AA2D-DF94247395DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C2FA6C4A-04F4-46DA-AA2D-DF94247395DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C2FA6C4A-04F4-46DA-AA2D-DF94247395DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C2FA6C4A-04F4-46DA-AA2D-DF94247395DC}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Software Developer Auctane LLC
United States United States
Jason Hodges develops applications for eBay sellers that help improve their productivity. Jason has been developing Microsoft solutions since 1996 and has consulted with such organizations as Hewlett-Packard, Dell, eBay, and the State of Texas. He is a Microsoft Certified Solution Developer.

Comments and Discussions