WmiConfigurationAttribute.NamespaceSecurity プロパティ

定義

プロバイダーが管理オブジェクトを公開する名前空間のセキュリティ記述子を指定する SDDL (Security Descriptor Definition Language) 文字列を取得または設定します。

public:
 property System::String ^ NamespaceSecurity { System::String ^ get(); void set(System::String ^ value); };
public string NamespaceSecurity { get; set; }
member this.NamespaceSecurity : string with get, set
Public Property NamespaceSecurity As String

プロパティ値

プロバイダーが管理オブジェクトを公開する名前空間のセキュリティ記述子を指定する SDDL 文字列。

次の例では、NamespaceSecurity パラメーターを使用して、このアセンブリに実装されているプロバイダーが WMI クラスを公開するルート/SDTest 名前空間にセキュリティ記述子を設定する方法を示します。

[assembly: WmiConfiguration("root/SDTest", HostingModel = ManagementHostingModel.Decoupled, IdentifyLevel = false, NamespaceSecurity = "O:BAG:BAD:(A;CI;0x60003;;;WD)")]

注釈

SDDL 形式でセキュリティ記述子を表す方法の詳細については、「 セキュリティ記述子の文字列形式」を参照してください。

適用対象