Click or drag to resize

DataPublisherRequireAuthentication Property

Gets or sets flag that determines if DataPublisher should require subscribers to authenticate before making data requests.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public bool RequireAuthentication { get; set; }
View Source

Property Value

Boolean
See Also