Click or drag to resize

DataPublisherRotateCipherKeys Method

Rotates cipher keys for specified client connection.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[AdapterCommandAttribute("Rotates cipher keys for client connection using its enumerated index.", 
	new string[] { ... })]
public virtual void RotateCipherKeys(
	int clientIndex
)
View Source

Parameters

clientIndex  Int32
Enumerated index for client connection.
See Also