Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
Defines the Authenticode time stamper information.
Syntax
typedef struct _AXL_AUTHENTICODE_SIGNER_INFO {
DWORD cbSize;
HRESULT dwError;
ALG_ID algHash;
FILETIME ftTimestamp
PCCERT_CHAIN_CONTEXT pChainContext;
} AXL_AUTHENTICODE_TIMESTAMPER_INFO, * PAXL_AUTHENTICODE_TIMESTAMPER_INFO;
Members
| Member | Description |
|---|---|
cbSize |
The size of this structure. |
dwError |
The error code. |
algHash |
The hash algorithm. |
ftTimestamp |
The time of the time stamp. |
pChainContext |
The time stamper’s chain context. See the CERT_CONTEXT structure. |
See also
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.