ApplicationAccessControlAttribute::ImpersonationLevel Property
.NET Framework (current version)
Gets or sets the impersonation level that is allowed for calling targets of this application.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
public: property ImpersonationLevelOption ImpersonationLevel { ImpersonationLevelOption get(); void set(ImpersonationLevelOption value); }
Property Value
Type: System.EnterpriseServices::ImpersonationLevelOptionOne of the ImpersonationLevelOption values.
This property is supported only on Windows 2000 and later.
The following code example demonstrates the use of this property.
.NET Framework
Available since 1.1
Available since 1.1
Show: