|
ClientConnectionSharedSecret Property
|
Gets or sets shared secret used to lookup cipher keys only known to client and server.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public string SharedSecret { get; set; }
Public Property SharedSecret As String
Get
Set
member SharedSecret : string with get, set
function get_SharedSecret();
function set_SharedSecret(value);
View SourceProperty Value
StringSee Also