CRYPTOAPI_BLOB
A version of this page is also available for
4/8/2010
This structure is used for an arbitrary array of bytes. It provides flexibility for objects that can contain various data types.
Syntax
typedef struct _CRYPTOAPI_BLOB {
DWORD cbData;
BYTE* pbData;
} CRYPT_INTEGER_BLOB, *PCRYPT_INTEGER_BLOB, CRYPT_UINT_BLOB, *PCRYPT_UINT_BLOB, CRYPT_OBJID
Members
- cbData
Count of bytes in the buffer pointed to by pbData.
- pbData
Pointer to a block of data bytes.
Requirements
Header | wincrypt.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
Cryptography Structures
CERT_EXTENSION
CERT_POLICY_QUALIFIER_INFO
CERT_REQUEST_INFO
CertCompareIntegerBlob
CertNameToStr
CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA
CMSG_SIGNER_INFO