Setting MSMQQueueInfo.Authenticate (Windows CE 5.0)

Send Feedback

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

  1. Declare an MSMQQueueInfo object.
  2. Call MSMQQueueInfo.Refresh to retrieve the registered properties of the queue.
  3. Set MSMQQueueInfo.Authenticate to the new authentication level.
  4. 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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.