Gets or sets a value indicating whether the message must be authenticated.
[Visual Basic] Public Property UseAuthentication As Boolean [C#] public bool UseAuthentication {get; set;} [C++] public: __property bool get_UseAuthentication(); public: __property void set_UseAuthentication(bool); [JScript] public function get UseAuthentication() : Boolean; public function set UseAuthentication(Boolean);
true if the the sending application requested authentication for the message; otherwise, false. The default is false.
UseAuthentication provides access to the IsAuthenticated property of the Message Queuing application's MSMQMessage object.
DefaultPropertiesToSend Class | DefaultPropertiesToSend Members | System.Messaging Namespace | TBD