CRYPTUI_WIZ_DIGITAL_SIGN_PVK_FILE_INFO structure (cryptuiapi.h)
[The CRYPTUI_WIZ_DIGITAL_SIGN_PVK_FILE_INFO structure is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
The CRYPTUI_WIZ_DIGITAL_SIGN_PVK_FILE_INFO structure is used with the CRYPTUI_WIZ_DIGITAL_SIGN_INFO structure to contain information about the PVK file used by the digital signature wizard.
Syntax
typedef struct _CRYPTUI_WIZ_DIGITAL_SIGN_PVK_FILE_INFO {
DWORD dwSize;
LPWSTR pwszPvkFileName;
LPWSTR pwszProvName;
DWORD dwProvType;
} CRYPTUI_WIZ_DIGITAL_SIGN_PVK_FILE_INFO, *PCRYPTUI_WIZ_DIGITAL_SIGN_PVK_FILE_INFO;
Members
dwSize
The size, in bytes, of the structure.
pwszPvkFileName
A pointer to a null-terminated Unicode string that contains the path and file name of the PVK file.
pwszProvName
A pointer to a null-terminated Unicode string that contains the name of the provider.
dwProvType
Contains the provider type identifier. For more information about the provider types, see Cryptographic Provider Types.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | cryptuiapi.h |