WindowsIdentity.Impersonate Method
.NET Framework (current version)
Allows code to impersonate a different Windows user.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Impersonate() | Impersonates the user represented by the WindowsIdentity object. |
![]() ![]() | Impersonate(IntPtr) | Impersonates the user represented by the specified user token. |
Show:

