| Keysight.Visa Namespace > TcpipSession Class : EncryptionEnabled Property |
'DeclarationPublic Property EncryptionEnabled As Boolean
'UsageDim instance As TcpipSession Dim value As Boolean instance.EncryptionEnabled = value value = instance.EncryptionEnabled
public bool EncryptionEnabled {get; set;}
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.
Current with Keysight IO Libraries Suite 18