CommonSecurityDescriptor.SystemAcl Propiedad

Definición

Obtiene o establece el objeto System Access Control List (SACL) para este objeto CommonSecurityDescriptor. La SACL contiene reglas de auditoría.

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; }
member this.SystemAcl : System.Security.AccessControl.SystemAcl with get, set
Public Property SystemAcl As SystemAcl

Valor de propiedad

SACL para este CommonSecurityDescriptor objeto.

Se aplica a