Click or drag to resize
SoRemoteVizClientEnableSecureConnection Method
Overload List
  NameDescription
Public methodEnableSecureConnection(String, String)
Calls EnableSecureConnection(publicCertificateFilePath, privateKeyFilePath, OIV.RemoteViz.Clients.Nodes.SoRemoteVizClient.SecurityProtocols( .SoRemoteVizClient.TLSv1_1 | .SoRemoteVizClient.TLSv1_2 | .SoRemoteVizClient.TLSv1_3 ), "").
Public methodEnableSecureConnection(String, String, SoRemoteVizClientSecurityProtocols)
Calls EnableSecureConnection(publicCertificateFilePath, privateKeyFilePath, enabledSecurityProtocols, "").
Public methodEnableSecureConnection(String, String, SoRemoteVizClientSecurityProtocols, String)

Secures the connection between the client and the server.

Top
See Also