Read-only. The IsAuthenticated property indicates that the message was authenticated by MSMQ.
Type: | Boolean |
Run time: | read-only |
object.IsAuthenticated
Syntax Element | Description |
object | Message (MSMQMessage) object that defines the message. |
The receiving application can use IsAuthenticated to test which messages have been authenticated if the target queue does not force authentication. By default, the target queue can accept authenticated and non-authenticated messages. To change this default condition the queue's Authenticate property must be set.