PEHeader.CertificateTableDirectory Propriedade

Definição

Obtém a entrada da Tabela de Certificado, que aponta para uma tabela de certificados de atributo.Gets the Certificate Table entry, which points to a table of attribute certificates.

public:
 property System::Reflection::PortableExecutable::DirectoryEntry CertificateTableDirectory { System::Reflection::PortableExecutable::DirectoryEntry get(); };
public System.Reflection.PortableExecutable.DirectoryEntry CertificateTableDirectory { get; }
member this.CertificateTableDirectory : System.Reflection.PortableExecutable.DirectoryEntry
Public ReadOnly Property CertificateTableDirectory As DirectoryEntry

Valor da propriedade

DirectoryEntry

Comentários

Esses certificados não são carregados na memória como parte da imagem.These certificates are not loaded into memory as part of the image. Como tal, o primeiro campo dessa entrada, que normalmente é um RVA, é um ponteiro de arquivo em vez disso.As such, the first field of this entry, which is normally an RVA, is a file pointer instead.

Representa IMAGE_DIRECTORY_ENTRY_SECURITY .Represents IMAGE_DIRECTORY_ENTRY_SECURITY.

Aplica-se a