Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
The SIGNER_ATTR_AUTHCODE structure specifies attributes for an Authenticode signature.
Note
This structure is not defined in any header file. To use this structure, you must define it yourself as shown in this topic.
typedef struct _SIGNER_ATTR_AUTHCODE {
DWORD cbSize;
BOOL fCommercial;
BOOL fIndividual;
LPCWSTR pwszName;
LPCWSTR pwszInfo;
} SIGNER_ATTR_AUTHCODE, *PSIGNER_ATTR_AUTHCODE;
cbSize
The size, in bytes, of the structure.
fCommercial
TRUE to sign the subject as a commercial publisher; otherwise, FALSE.
fIndividual
TRUE to sign the subject as an individual publisher; otherwise, FALSE.
pwszName
The display name of the file upon download.
pwszInfo
The display name of the URL of the file upon download.
Requirement | Value |
---|---|
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!