NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DefaultPropertiesToSend.UseAuthentication

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);

Property Value

true if the the sending application requested authentication for the message; otherwise, false. The default is false.

Remarks

UseAuthentication provides access to the IsAuthenticated property of the Message Queuing application's MSMQMessage object.

See Also

DefaultPropertiesToSend Class | DefaultPropertiesToSend Members | System.Messaging Namespace | TBD