Click here to Skip to main content
15,886,693 members
Articles / Programming Languages / C#

Strong Names Explained

Rate me:
Please Sign up or sign in to vote.
4.87/5 (136 votes)
25 Nov 200411 min read 607.6K   1.9K   313  
.NET Strong Name technology explained
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SNSample", "SNSample.csproj", "{526E5A72-E650-4A46-A4E5-A8E1F25877DA}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{526E5A72-E650-4A46-A4E5-A8E1F25877DA}.Debug.ActiveCfg = Debug|.NET
		{526E5A72-E650-4A46-A4E5-A8E1F25877DA}.Debug.Build.0 = Debug|.NET
		{526E5A72-E650-4A46-A4E5-A8E1F25877DA}.Release.ActiveCfg = Release|.NET
		{526E5A72-E650-4A46-A4E5-A8E1F25877DA}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Czech Republic Czech Republic
Find out more on www.skilldrive.com.


More about security and other topics in my free ebook .NET in Samples.

Comments and Discussions