CRYPT_BIT_BLOB (Compact 2013)
3/28/2014
This structure contains an array of bytes. In a CRYPT_BIT_BLOB structure, the last byte in the array can contain zero to seven unused bits. Therefore, the number of meaningful bits in the pbData member is equal to cbData * 8 - cUnusedBits.
Syntax
typedef struct _CRYPT_BIT_BLOB {
DWORD cbData;
BYTE* pbData;
DWORD cUnusedBits;
} CRYPT_BIT_BLOB, *PCRYPT_BIT_BLOB;
Members
- cbData
Number of bytes in the pbData array of bytes.
- pbData
Pointer to an array representing a block of data bytes.
- cUnusedBits
Number of unused bits in the last byte of the array.
Requirements
Header |
wincrypt.h |
See Also
Reference
Cryptography Structures
CERT_BASIC_CONSTRAINTS_INFO
CERT_INFO
CERT_KEY_ATTRIBUTES_INFO
CERT_KEY_USAGE_RESTRICTION_INFO
CERT_PUBLIC_KEY_INFO
CERT_SIGNED_CONTENT_INFO