WmiConfigurationAttribute.IdentifyLevel プロパティ

定義

WMI プロバイダーが、その呼び出し元を偽装できるかどうかを指定する値を取得または設定します。 値が false の場合、プロバイダーは偽装を実行できません。値が true の場合、プロバイダーは偽装を実行できます。

public:
 property bool IdentifyLevel { bool get(); void set(bool value); };
public bool IdentifyLevel { get; set; }
member this.IdentifyLevel : bool with get, set
Public Property IdentifyLevel As Boolean

プロパティ値

プロバイダーが、その呼び出し元を偽装できるかどうかを示すブール値。 値が false の場合、プロバイダーは偽装を実行できません。値が true の場合、プロバイダーは偽装を実行できます。

次の例では、IdentifyLevel パラメーターを使用して、プロバイダーが呼び出し元を偽装できることを示す方法を示します。

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

注釈

詳細については、「プロバイダーのホスティングとセキュリティ」を参照してください。

適用対象