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

Cryptography in .NET

Rate me:
Please Sign up or sign in to vote.
4.58/5 (20 votes)
9 Oct 20021 min read 532.4K   2.2K   65  
Cryptography in .NET using the Windows PKI
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cryptography", "Cryptography.csproj", "{06E3843E-1391-4B4F-8459-BFCC722DE461}"
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 2
		SccProjectName0 = \u0022$/NET/Sources/Yet.Another.Example/Cryptography\u0022,\u0020RNIAAAAA
		SccLocalPath0 = .
		SccProvider0 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
		CanCheckoutShared = false
		SolutionUniqueID = {71DB5156-8ECB-4262-A6BA-2E7F6E573CF2}
		SccProjectUniqueName1 = Cryptography.csproj
		SccLocalPath1 = .
		CanCheckoutShared = false
	EndGlobalSection
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{06E3843E-1391-4B4F-8459-BFCC722DE461}.Debug.ActiveCfg = Debug|.NET
		{06E3843E-1391-4B4F-8459-BFCC722DE461}.Debug.Build.0 = Debug|.NET
		{06E3843E-1391-4B4F-8459-BFCC722DE461}.Release.ActiveCfg = Release|.NET
		{06E3843E-1391-4B4F-8459-BFCC722DE461}.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
Web Developer
Switzerland Switzerland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions