RawSecurityDescriptor.SystemAcl Propiedad

Definición

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

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

Valor de propiedad

SACL para este RawSecurityDescriptor objeto.

Se aplica a