PROPID_M_AUTHENTICATED

The PROPID_M_AUTHENTICATED property indicates if MSMQ authenticated the message when it was received by the target queue.

Type Indicator
VT_UI1 (or VT_NULL)
PROPVARIANT Field
bVal
Property Values
This property can be set to one of the following values:
0
MSMQ did not authenticate the message when it was received.
1
MSMQ authenticated the message when it was received.

Remarks

This property is only used by the receiving application when calling MQReceiveMessage. When passing PROPID_M_AUTHENTICATED to MQReceiveMessage, the corresponding VT field in the aPropVar array can be set to VT_NULL.

For information on how MSMQ authenticates messages, see Message Authentication.

See Also

MQReceiveMessage, PROPID_M_AUTH_LEVEL, PROPID_Q_AUTHENTICATE


© 1997 by Microsoft Corporation. All rights reserved.