IsAuthenticated
MSMQMessage

Read-only. The IsAuthenticated property indicates that the message was authenticated by MSMQ.

Quick Info

Type: Boolean
Run time: read-only

Syntax

object.IsAuthenticated
 
Syntax Element Description
object Message (MSMQMessage) object that defines the message.

Returned Value

TRUE
The message is authenticated.
FALSE
The message is not authenticated.

Remarks

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.


© 1997 by Microsoft Corporation. All rights reserved.