Share via


CARD_CAPABILITIES Structure

The CARD_CAPABILITIES structure contains information about the capabilities of a smart card.

Syntax

typedef struct _CARD_CAPABILITIES {
  DWORD dwVersion;
  BOOL  fCertificateCompression;
  BOOL  fKeyGen;
} CARD_CAPABILITIES, *PCARD_CAPABILITIES;

Members

  • dwVersion
    The version number of the structure.

  • fCertificateCompression
    If TRUE, the smart card module implements its own certificate compression.

  • fKeyGen
    If TRUE, the underlying smart card can securely generate asymmetric keys.

Remarks

The CardQueryCapabilities function initializes this structure.

Requirements

Minimum supported client Windows XP, Windows 2000 Professional with SP4
Minimum supported server Windows Server 2003, Windows 2000 Server with SP4
Header Cardmod.h

See Also

CardQueryCapabilities

Send comments about this topic to Microsoft

Build date: 3/5/2009