Sdílet prostřednictvím


PEHeader.CertificateTableDirectory Vlastnost

Definice

Získá položku Certificate Table, která odkazuje na tabulku certifikátů atributů.

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

Hodnota vlastnosti

Poznámky

Tyto certifikáty nejsou načteny do paměti jako součást image. První pole této položky, což je obvykle RVA, je místo toho ukazatel na soubor.

Představuje IMAGE_DIRECTORY_ENTRY_SECURITY.

Platí pro