PROPID_M_DEST_SYMM_KEY

The PROPID_M_DEST_SYMM_KEY property specifies the symmetric key used to encrypt messages.

Type Indicator
VT_UI1 | VT_VECTOR
PROPVARIANT Field
caub
Property Values
Encrypted symmetric key

Remarks

This property is used when sending encrypted messages to a foreign queue. The symmetric key is encrypted with the public key of the receiving Queue Manager.

When a connector application receives an encrypted message, it forwards the encrypted message with the attached symmetric key to the receiving application. It is the receiving application's responsibility to decrypt the symmetric key and the body of the message.

QuickInfo

  Windows NT: Requires version 4.0 SP3 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in mq.h.
  Import Library: Use mqrt.lib.
  Unicode: Defined only as Unicode.

See Also

MQReceiveMessage, PROPID_M_DEST_SYMM_KEY_LEN