AXL_AUTHENTICODE_TIMESTAMPER_INFO Structure
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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.