BCRYPT_INTERFACE_VERSION structure (bcrypt.h)
The BCRYPT_INTERFACE_VERSION structure contains version information for a programmatic interface for a CNG provider.
Syntax
typedef struct _BCRYPT_INTERFACE_VERSION {
USHORT MajorVersion;
USHORT MinorVersion;
} BCRYPT_INTERFACE_VERSION, *PBCRYPT_INTERFACE_VERSION;
Members
MajorVersion
The major version of the programmatic interface.
MinorVersion
The minor version of the programmatic interface.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | bcrypt.h |