.NET Framework Class Library
HostingEnvironment.Impersonate Method
Allows code to impersonate a different user.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
|
Impersonate | Impersonates the user represented by the application identity. |
|
Impersonate(IntPtr) | Impersonates the user represented by the specified user token. |
|
Impersonate(IntPtr, String) | Impersonates the user specified by the configuration settings for the specified virtual path, or the specified user token. |
See Also
