structure BCRYPT_INTERFACE_VERSION (bcrypt.h)
La structure BCRYPT_INTERFACE_VERSION contient des informations de version pour une interface programmatique pour un fournisseur CNG.
Syntaxe
typedef struct _BCRYPT_INTERFACE_VERSION {
USHORT MajorVersion;
USHORT MinorVersion;
} BCRYPT_INTERFACE_VERSION, *PBCRYPT_INTERFACE_VERSION;
Membres
MajorVersion
Version principale de l’interface programmatique.
MinorVersion
Version mineure de l’interface programmatique.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | bcrypt.h |