|
DataPublisherRotateCipherKeys Method
|
Rotates cipher keys for specified client connection.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax [AdapterCommandAttribute("Rotates cipher keys for client connection using its enumerated index.",
new string[] { ... })]
public virtual void RotateCipherKeys(
int clientIndex
)
<AdapterCommandAttribute("Rotates cipher keys for client connection using its enumerated index.",
New String() { ... })>
Public Overridable Sub RotateCipherKeys (
clientIndex As Integer
)
public:
[AdapterCommandAttribute(L"Rotates cipher keys for client connection using its enumerated index.",
__gc new array<String^>^ { ... })]
virtual void RotateCipherKeys(
int clientIndex
)
[<AdapterCommandAttribute("Rotates cipher keys for client connection using its enumerated index.",
new string[] { ... })>]
abstract RotateCipherKeys :
clientIndex : int -> unit
[<AdapterCommandAttribute("Rotates cipher keys for client connection using its enumerated index.",
new string[] { ... })>]
override RotateCipherKeys :
clientIndex : int -> unit
function RotateCipherKeys(clientIndex);
View SourceParameters
- clientIndex Int32
- Enumerated index for client connection.
See Also