次の方法で共有


CRYPT_BIT_BLOB (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 3.0 and later

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