CRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT structure (cryptuiapi.h)

[The CRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT 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_CONTEXT structure is used with the CryptUIWizDigitalSign function to contain information about a BLOB.

Syntax

typedef struct _CRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT {
  DWORD dwSize;
  DWORD cbBlob;
  BYTE  *pbBlob;
} CRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT, *PCRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT;

Members

dwSize

The size, in bytes, of the structure.

cbBlob

The size, in bytes, of the BLOB pointed to by the pbBlob member.

pbBlob

A pointer to the signed BLOB.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header cryptuiapi.h

See also

CryptUIWizDigitalSign