DataSource.NET
DoNotAuthenticate Property
NamespacesCaplin.DataSource.Messaging.ContainerIContainerMessageDoNotAuthenticate
Gets or sets a boolean value indicating whether subscriptions to this IContainerMessage's constituents should be authenticated by an authentication module when the container is subscribed to.
Declaration Syntax
C#Visual BasicVisual C++
bool DoNotAuthenticate { get; set; }
Property DoNotAuthenticate As Boolean
property bool DoNotAuthenticate {
	bool get ();
	void set (bool value);
}
Value
true if this IContainerMessage is a 'doNotAuthenticate' IContainerMessagefalse if it is not.
Remarks

By default, a newly created IContainerMessage is set to not be a 'doNotAuthenticate' IContainerMessage.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)