RawSecurityDescriptor.SystemAcl Propriedade

Definição

Obtém ou define o SACL (System Controle de Acesso List) para este objeto RawSecurityDescriptor. O SACL contém regras de auditoria.

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 da propriedade

O SACL para este RawSecurityDescriptor objeto.

Aplica-se a