CommonSecurityDescriptor.SystemAcl Propriedade

Definição

Obtém ou define a Lista de Controlo de Acesso Sistema (SACL) para este objeto CommonSecurityDescriptor. A SACL contém regras de auditoria.

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 Propriedade

O SACL para este CommonSecurityDescriptor objeto.

Aplica-se a