Keysight VISA.NET Help
TlsCipherSuite Property (TcpipSession)



A string that indicates the cipher suite used by TLS, which tells the user something about the security of the connection. For details, refer to https://www.iana.org/assignments/tls-parameters/tls-parameters.xml. For example, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384.
Syntax
'Declaration
 
Public ReadOnly Property TlsCipherSuite As String
'Usage
 
Dim instance As TcpipSession
Dim value As String
 
value = instance.TlsCipherSuite
public string TlsCipherSuite {get;}
public:
property String^ TlsCipherSuite {
   String^ get();
}
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025