Click here to Skip to main content
15,885,366 members
Articles / Productivity Apps and Services / Sharepoint

Impersonation in SharePoint 2010

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
2 Aug 2012CPOL2 min read 60.6K   335   5  
The methods of Impersonation inside SharePoint 2010.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImpersonationExample", "ImpersonationExample\ImpersonationExample.csproj", "{DAB77A41-B9A0-4356-A6CC-236F9AB1B649}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{DAB77A41-B9A0-4356-A6CC-236F9AB1B649}.Debug|x86.ActiveCfg = Debug|x86
		{DAB77A41-B9A0-4356-A6CC-236F9AB1B649}.Debug|x86.Build.0 = Debug|x86
		{DAB77A41-B9A0-4356-A6CC-236F9AB1B649}.Release|x86.ActiveCfg = Release|x86
		{DAB77A41-B9A0-4356-A6CC-236F9AB1B649}.Release|x86.Build.0 = Release|x86
	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
Architect
United States United States
Jean Paul is a Microsoft MVP and Architect with 12+ years of experience. He is very much passionate in programming and his core skills are SharePoint, ASP.NET & C#.

In the academic side he do hold a BS in Computer Science & MBA. In the certification side he holds MCPD & MCTS spanning from .Net Fundamentals to SQL Server.

Most of the free time he will be doing technical activities like researching solutions, writing articles, resolving forum problems etc. He believes quality & satisfaction goes hand in hand.

You can find some of his work over here. He blogs at http://jeanpaulva.com

Comments and Discussions