| 
            
              ClientConnectionKeyIVs Property
             | 
          
        
        
            Gets active and standby keys and initialization vectors.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic byte[][][] KeyIVs { get; }Public ReadOnly Property KeyIVs As Byte()()()
	Get
public:
property array<array<array<unsigned char>^>^>^ KeyIVs {
	array<array<array<unsigned char>^>^>^ get ();
}member KeyIVs : byte[][][] with get
 View SourceProperty Value
Byte
See Also