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。

适用于