ESRI.ArcGIS.ADF
Impersonation Class
Members  See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace : Impersonation Class




Application Developer Framework for .NET Impersonation web control.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("The assembly containing this class is obsolete.  Reference the ESRI.ArcGIS.ADF.Core assembly instead.")>
<SerializableAttribute()>
Public Class Impersonation 
Visual Basic (Usage)Copy Code
Dim instance As Impersonation
C# 
[ObsoleteAttribute("The assembly containing this class is obsolete.  Reference the ESRI.ArcGIS.ADF.Core assembly instead.")]
[SerializableAttribute()]
public class Impersonation 

Remarks

The Impersonation class allows the web application to dynamically impersonate a valid windows user during runtime at every request, and undo the impersonation at the completion of the response back to the original windows Identity. NOTE: This impersonation will override the impersonation set in the web.config file.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Impersonation

See Also

© 2010 All Rights Reserved.