Click or drag to resize

DataPublisherEncryptPayload Property

Gets or sets flag that determines whether data sent over the data channel should be encrypted.

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

Property Value

Boolean
Remarks
This value is only relevant if RequireAuthentication is true.
See Also