Click or drag to resize

DataSubscriberAuthenticate Method

Authenticates subscriber to a data publisher.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual bool Authenticate(
	string sharedSecret,
	string authenticationID
)
View Source

Parameters

sharedSecret  String
Shared secret used to look up private crypto key and initialization vector.
authenticationID  String
Authentication ID that publisher will use to validate subscriber identity.

Return Value

Boolean
true if authentication transmission was successful; otherwise false.
See Also