PEHeader.CertificateTableDirectory 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得憑證資料表項目,它會指向屬性憑證資料表。
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
屬性值
備註
這些憑證不會載入記憶體作為映像的一部分。 因此,此專案的第一個字段通常是 RVA,而是檔案指標。
表示 IMAGE_DIRECTORY_ENTRY_SECURITY
。