Click here to Skip to main content
15,891,253 members
Articles / Programming Languages / C#

Custom Authorization in WCF

Rate me:
Please Sign up or sign in to vote.
4.86/5 (26 votes)
4 Mar 2009CPOL3 min read 196K   7K   79  
This article will show you how to implement custom authentication

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Certificate Setup", "CertificateSetup\Certificate Setup.csproj", "{1F187C38-41CE-4C2E-A42B-D08B19E2EA2A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1F187C38-41CE-4C2E-A42B-D08B19E2EA2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1F187C38-41CE-4C2E-A42B-D08B19E2EA2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1F187C38-41CE-4C2E-A42B-D08B19E2EA2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1F187C38-41CE-4C2E-A42B-D08B19E2EA2A}.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 (Senior) FPT Software JSC & VietSoftware International
Vietnam Vietnam
Programming is my hobby!
Vietanh154, vietanh154@yahoo.com or vietanh154gmail.com
Manager for Concat Group: http://nhómConcatGroup.vn/
Project Manager & Technical Leader for FPT Software JSC
Solution Architect & Technical Manager for VietSoftware International

Certification:
Microsoft Certified Application Developer For Microsoft .NET
Microsoft Certified Professional MCP 2.0 -- Certified Professional
Developing and Implementing Web Applications with Microsoft® Visual C#™ .NET and Microsoft® Visual Studio® .NET
Developing and Implementing Windows®-based Applications
with Microsoft® Visual C#™ .NET and Microsoft® Visual Studio® .NET
Developing XML Web Services and Server Components with
Microsoft Visual C# .NET and the Microsoft .NET Framework

Comments and Discussions