CRYPTOAPI_BLOB (Windows CE 5.0)

Send Feedback

This structure is used for an arbitrary array of bytes. It provides flexibility for objects that can contain various data types.

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Wincrypt.h.

See Also

Cryptography Structures | CERT_EXTENSION | CERT_POLICY_QUALIFIER_INFO | CERT_REQUEST_INFO | CertCompareIntegerBlob | CertNameToStr | CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA | CMSG_SIGNER_INFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.