Gets or sets a Security Descriptor Definition Language (SDDL) string that specifies the security descriptor on the namespace in which the provider exposes management objects.
Assembly: System.Core (in System.Core.dll)
Public Property NamespaceSecurity As String Get Set
public string NamespaceSecurity { get; set; }
public: property String^ NamespaceSecurity { String^ get (); void set (String^ value); }
member NamespaceSecurity : string with get, set
Property Value
Type: System.StringAn SDDL string that represents the security descriptor on the namespace in which the provider exposes management objects.
For more information about how to represent security descriptors in SDDL format, see the Security Descriptor String Format topic in the MSDN library online.
The following example demonstrates how to use the NamespaceSecurity parameter to set the security descriptor on the root/SDTest namespace in which the provider implemented in this assembly exposes WMI classes.
[assembly: WmiConfiguration("root/SDTest", HostingModel = ManagementHostingModel.Decoupled, IdentifyLevel = false, NamespaceSecurity = "O:BAG:BAD:(A;CI;0x60003;;;WD)")]
.NET Framework
Supported in: 4, 3.5.NET Framework Client Profile
Supported in: 4, 3.5 SP1Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.