AXL_TIMESTAMPER_INFO

Represents information about the time-stamp authority that time-stamped a signed file.

typedef struct {
    unsigned int cbSize;
    unsigned int dwError;
    unsigned int algHash;
    FILETIME ftTimestamp;
    CERT_CHAIN_CONTEXT *pChainContext
} AXL_TIMESTAMPER_INFO; 

Fields

Field Description

cbSize

The size, in bytes, of the AXL_TIMESTAMPER_INFO structure.

dwError

An error code.

algHash

The hash algorithm identifier.

ftTimestamp

The time stamp.

pChainContext

A pointer to the time stamper's chain context.

Remarks

The AXL_TIMESTAMPER_INFO structure is used by the CertFreeAuthenticodeTimestamperInfo and CertVerifyAuthenticodeLicense methods.

See Also

Reference

AXL_SIGNER_INFO

Other Resources

Structures (Unmanaged API Reference)