Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
This topic is not current. For the most current information about the Smart Card API, see Smart Card Minidriver Specification.
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 [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
| Header |
|