2.2.20 MQDS_PublicKey

The MQDS_PublicKey structure defines a public key certificate.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

dwPublicKeyBlobSize

abPublicKeyBlobHeader

...

abPublicKeyBlob (variable)

...

dwPublicKeyBlobSize (4 bytes): An unsigned 32-bit integer that MUST contain the size in bytes of the abPublicKeyBlobHeader and abPublicKeyBlob fields.

abPublicKeyBlobHeader (8 bytes):  A buffer containing a BLOBHEADER structure.

abPublicKeyBlob (variable): A buffer containing a public key certificate formatted as an RSAPUBKEY (section 2.2.18) structure.