Keysight VISA.NET Help
EncryptionEnabled Property (TcpipSession)



This is used to control and indicate if the HiSLIP communication is encrypted.
Syntax
'Declaration
 
Public Property EncryptionEnabled As Boolean
'Usage
 
Dim instance As TcpipSession
Dim value As Boolean
 
instance.EncryptionEnabled = value
 
value = instance.EncryptionEnabled
public bool EncryptionEnabled {get; set;}
public:
property bool EncryptionEnabled {
   bool get();
   void set (    bool value);
}
Remarks

True indicates communication is currently encrypted, false unencrypted.

If encryption is not enabled and the attribute is set to true, encryption is turned on.

If encryption is enabled and the attribute is set to false, encryption is turned off.

If the connection does not support encryption, the attribute will always be false.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025