CRYPTUI_WIZ_DIGITAL_SIGN_BLOB_INFO structure
[The CRYPTUI_WIZ_DIGITAL_SIGN_BLOB_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_BLOB_INFO structure contains information about the public key BLOB used by the CryptUIWizDigitalSign function.
Syntax
typedef struct _CRYPTUI_WIZ_DIGITAL_SIGN_BLOB_INFO { DWORD dwSize; GUID *pGuidSubject; DWORD cbBlob; BYTE *pbBlob; LPCWSTR pwszDisplayName; } CRYPTUI_WIZ_DIGITAL_SIGN_BLOB_INFO, *PCRYPTUI_WIZ_DIGITAL_SIGN_BLOB_INFO;
Members
- dwSize
-
The size, in bytes, of the structure.
- pGuidSubject
-
A pointer to a GUID that contains the GUID that identifies the Session Initiation Protocol (SIP) functions to load.
- cbBlob
-
The size, in bytes, of the BLOB pointed to by the pbBlob member.
- pbBlob
-
A pointer to the BLOB to sign.
- pwszDisplayName
-
A pointer to a null-terminated Unicode string that contains the display name of the BLOB to sign.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012