Setting MSMQQueueInfo.Authenticate (Windows CE 5.0)
The authentication level of the queue specifies whether the queue accepts only authenticated messages.
By default, a queue accepts both authenticated and non-authenticated messages.
To change the authentication level of a queue
- Declare an MSMQQueueInfo object.
- Call MSMQQueueInfo.Refresh to retrieve the registered properties of the queue.
- Set MSMQQueueInfo.Authenticate to the new authentication level.
- Call MSMQQueueInfo.Update to change the authentication level of the queue.
See Also
MSMQ Application Development | MSMQ COM Support | Using the COM Components | MSMQ Security
Send Feedback on this topic to the authors