다음을 통해 공유


CommonSecurityDescriptor.SystemAcl 속성

정의

CommonSecurityDescriptor 개체의 SACL(시스템 액세스 제어 목록)을 가져오거나 설정합니다. SACL에는 감사 규칙이 포함되어 있습니다.

public:
 property System::Security::AccessControl::SystemAcl ^ SystemAcl { System::Security::AccessControl::SystemAcl ^ get(); void set(System::Security::AccessControl::SystemAcl ^ value); };
public System.Security.AccessControl.SystemAcl? SystemAcl { get; set; }
public System.Security.AccessControl.SystemAcl SystemAcl { get; set; }
member this.SystemAcl : System.Security.AccessControl.SystemAcl with get, set
Public Property SystemAcl As SystemAcl

속성 값

CommonSecurityDescriptor 개체의 SACL입니다.

적용 대상