2.2.1.2.5 KERB_RPC_CRYPTO_API_BLOB

The KERB_RPC_CRYPTO_API_BLOB structure is used to compute the public key in the CreateDHKeyAgreement message (section 2.2.2.1.15).

 typedef struct _KERB_RPC_CRYPTO_API_BLOB{
     DWORD cbData;
     [size_is(cbData)] PBYTE pbData;
 } KERB_RPC_CRYPTO_API_BLOB;

cbData: A DWORD ([MS-DTYP] section 2.2.9) that indicates the size of the pbData field.

pbData: A pointer to a BYTE ([MS-DTYP] section 2.2.6) array that contains the data used in the computation of the public key.