Click here to Skip to main content
15,896,154 members
Articles / Desktop Programming / Windows Forms

RSA License Protection

Rate me:
Please Sign up or sign in to vote.
4.93/5 (41 votes)
30 May 2011CPOL7 min read 162.2K   11.4K   180  
Implementing License Protection using RSA

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RSALicenseExample", "RSALicenseExample\RSALicenseExample.csproj", "{438253E9-3892-495B-98A6-8F9F23ED6DBD}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{438253E9-3892-495B-98A6-8F9F23ED6DBD}.Debug|Any CPU.ActiveCfg = Debug|x86
		{438253E9-3892-495B-98A6-8F9F23ED6DBD}.Debug|Any CPU.Build.0 = Debug|x86
		{438253E9-3892-495B-98A6-8F9F23ED6DBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{438253E9-3892-495B-98A6-8F9F23ED6DBD}.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) Decipha
Australia Australia
Wrote his first computer game in Microsoft Basic, on a Dragon 32 at age 7. It wasn't very good.
Has been working as a consultant and developer for the last 15 years,
Discovered C# shortly after it was created, and hasn't looked back.
Feels weird talking about himself in the third person.

Comments and Discussions