Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CMS_KEY_INFO structure (wincrypt.h)

The CMS_KEY_INFO structure is not used.

Syntax

typedef struct _CMS_KEY_INFO {
 DWORD dwVersion;
 ALG_ID Algid;
 BYTE *pbOID;
 DWORD cbOID;
} CMS_KEY_INFO, *PCMS_KEY_INFO;

Members

dwVersion

The size, in bytes, of this structure.

Algid

One of the ALG_ID values that identifies the algorithm for the key to be converted.

pbOID

The address of a buffer that contains additional public information. This member is optional and can be NULL if this is not needed.

cbOID

The size, in bytes, of the pbOID buffer. This member should be zero if pbOID is not used.

Requirements

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

Feedback

Was this page helpful?

Additional resources