Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WmiConfigurationAttribute::IdentifyLevel Property

 

Gets or sets a value that specifies whether the WMI provider can impersonate its callers. If the value is false, the provider cannot impersonate, and if the value is true, the provider can impersonate.

Namespace:   System.Management.Instrumentation
Assembly:  System.Core (in System.Core.dll)

public:
property bool IdentifyLevel {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

A Boolean value that indicates whether a provider can or cannot impersonate its callers. If the value is false, the provider cannot impersonate, and if the value is true, the provider can impersonate.

For more information, see the "Provider Hosting and Security" topic in the MSDN library online at http://www.msdn.com.

The following example demonstrates how to use the IdentifyLevel parameter to indicate that the provider can impersonate its callers.

[assembly: WmiConfiguration("root/MyProv", HostingModel = ManagementHostingModel.Decoupled, IdentifyLevel = true]

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft