CERT_PUBLIC_KEY_INFO structure (wincrypt.h)
La structure CERT_PUBLIC_KEY_INFO contient une clé publique et son algorithme.
Syntaxe
typedef struct _CERT_PUBLIC_KEY_INFO {
CRYPT_ALGORITHM_IDENTIFIER Algorithm;
CRYPT_BIT_BLOB PublicKey;
} CERT_PUBLIC_KEY_INFO, *PCERT_PUBLIC_KEY_INFO;
Membres
Algorithm
CRYPT_ALGORITHM_IDENTIFIER structure qui contient le type d’algorithme de clé publique et les paramètres supplémentaires associés.
PublicKey
BLOB contenant une clé publique encodée.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | wincrypt.h |