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 형식으로 보안 설명자를 나타내는 방법에 대한 자세한 내용은 보안 설명자 문자열 형식을 참조하세요.

적용 대상