IsAuthenticated
MSMQMessage

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

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.

QuickInfo

  Windows NT: Requires version 4.0 SP3 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in mqoai.h.
  Import Library: Use mqoa.lib.
  Unicode: Defined only as Unicode.