|
DataSubscriberRequireAuthentication Property
|
Gets or sets flag that determines if
DataPublisher requires subscribers to authenticate before making data requests.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public 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);
View SourceProperty Value
BooleanSee Also