| 
            
              ClientConnectionLastCipherKeyUpdateTime Property
             | 
          
        
        
            Gets time of last cipher key update.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic Ticks LastCipherKeyUpdateTime { get; }Public ReadOnly Property LastCipherKeyUpdateTime As Ticks
	Get
public:
property Ticks LastCipherKeyUpdateTime {
	Ticks get ();
}member LastCipherKeyUpdateTime : Ticks with get
function get_LastCipherKeyUpdateTime();
 View SourceProperty Value
Ticks
See Also