Keysight VISA.NET Help
EncryptionEnabled Property (ITcpipSession2)



It is used to control and indicate if the communication is encrypted. True indicates communication is currently encrypted, false unencrypted.
Syntax
'Declaration
 
Property EncryptionEnabled As Boolean
'Usage
 
Dim instance As ITcpipSession2
Dim value As Boolean
 
instance.EncryptionEnabled = value
 
value = instance.EncryptionEnabled
bool EncryptionEnabled {get; set;}
property bool EncryptionEnabled {
   bool get();
   void set (    bool value);
}
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025