AXL_SIGNER_INFO

Represents information about the signer of a signed file.

typedef struct {
    unsigned int cbSize;
    unsigned int dwError;
    unsigned int algHash;
    LPCWSTR pwszHash
    LPCWSTR pwszDescription
    LPCWSTR pwszDescriptionUrl
    CERT_CHAIN_CONTEXT *pChainContext
} AXL_SIGNER_INFO; 

Fields

Field Description

cbSize

The size, in bytes, of the AXL_SIGNER_INFO structure.

dwError

An error code.

algHash

The hash algorithm identifier.

pwszHash

The hash string.

pwszDescription

The description of a signed file.

pwszDescriptionUrl

The URL that the description links to.

pChainContext

A pointer to the signer's chain context.

Remarks

The AXL_SIGNER_INFO structure is used by the CertFreeAuthenticodeSignerInfo and CertVerifyAuthenticodeLicense methods.

See Also

Reference

AXL_TIMESTAMPER_INFO

Other Resources

Structures (Unmanaged API Reference)