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。

适用于