| 
            
              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.258-beta
Syntaxpublic string SharedSecret { get; set; }Public Property SharedSecret As String
	Get
	Set
public:
property String^ SharedSecret {
	String^ get ();
	void set (String^ value);
}member SharedSecret : string with get, set
function get_SharedSecret();
function set_SharedSecret(value);
 View SourceProperty Value
String
See Also