CARD_ENCRYPTED_DATA structure

This structure is used by the minidriver to return encrypted data to the calling application during the MDEncryptData function call.

Syntax

typedef struct _CARD_ENCRYPTED_DATA {
  PBYTE pbEncryptedData;
  DWORD cbEncryptedData;
} CARD_ENCRYPTED_DATA, *PCARD_ENCRYPTED_DATA;

Members

  • pbEncryptedData
    The address of a buffer that contains the encrypted data. cbEncryptedData contains the size of this buffer.

  • cbEncryptedData
    The size, in bytes, of the encrypted data in the pbEncryptedData buffer.

Requirements

Header

Cardmod.h (include Cardmod.h)

See also

MDEncryptData

 

 

Send comments about this topic to Microsoft