AXL_AUTHENTICODE_SIGNER_INFO Structure
Defines the Authenticode signer information.
Syntax
typedef struct _AXL_AUTHENTICODE_SIGNER_INFO {
DWORD cbSize;
HRESULT dwError;
ALG_ID algHash;
LPCWSTR pwszHash
LPCWSTR pwszDescription;
LPCWSTR pwszDescriptionUrl;
PCCERT_CHAIN_CONTEXT pChainContext
} AXL_AUTHENTICODE_SIGNER_INFO, * PAXL_AUTHENTICODE_SIGNER_INFO;
Members
Member | Description |
---|---|
cbSize |
The size of this structure. |
dwError |
The error code. |
algHash |
The hash algorithm. |
pwszHash |
The hash. |
pwszDescription |
The description. |
pwszDescriptionUrl |
The URL of the description. |
pChainContext |
The chain context of the signer. See the CERT_CONTEXT structure. |
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.