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.

See Also

MQReceiveMessage, PROPID_M_DEST_SYMM_KEY_LEN


© 1997 by Microsoft Corporation. All rights reserved.