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!

MessageQueueInstaller.Authenticate

Specifies whether or not the queue only accepts authenticated messages.

[Visual Basic]
Public Property Authenticate As Boolean
[C#]
public bool Authenticate {get; set;}
[C++]
public: __property bool get_Authenticate();
public: __property void set_Authenticate(bool);
[JScript]
public function get Authenticate() : Boolean;
public function set Authenticate(Boolean);

See Also

MessageQueueInstaller Class | MessageQueueInstaller Members | System.Messaging Namespace