|   | DataSubscriberRequireAuthentication Property | 
        
        
            Gets or sets flag that determines if 
DataPublisher requires subscribers to authenticate before making data requests.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool RequireAuthentication { get; set; }Public Property RequireAuthentication As Boolean
	Get
	Set
public:
property bool RequireAuthentication {
	bool get ();
	void set (bool value);
}member RequireAuthentication : bool with get, set
function get_RequireAuthentication();
function set_RequireAuthentication(value);
Property Value
Boolean See Also
See Also