WindowsIdentity::ImpersonationLevel Property
.NET Framework (current version)
Gets the impersonation level for the user.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] property TokenImpersonationLevel ImpersonationLevel { TokenImpersonationLevel get(); }
Property Value
Type: System.Security.Principal::TokenImpersonationLevelOne of the enumeration values that specifies the impersonation level.
Describes the impersonation level to be used to connect to WMI.
The following code example shows the use of the ImpersonationLevel property to display the impersonation level for the current user. This code example is part of a larger example provided for the WindowsIdentity class.
.NET Framework
Available since 2.0
Available since 2.0
Show: