Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
							
							
								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.