다음을 통해 공유


RawSecurityDescriptor.SystemAcl 속성

정의

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

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

속성 값

RawSecurityDescriptor 개체의 SACL입니다.

적용 대상