Click or drag to resize
ServiceSettingsEnableSecureConnection Method
Overload List
  NameDescription
Public methodEnableSecureConnection(String, String)
Calls EnableSecureConnection(publicCertificateFilePath, privateKeyFilePath, OIV.RemoteViz.Rendering.ServiceSettings.SecurityProtocols( .RemoteViz.Rendering.ServiceSettings.TLSv1_1 | .RemoteViz.Rendering.ServiceSettings.TLSv1_2 | .RemoteViz.Rendering.ServiceSettings.TLSv1_3 )).
Public methodEnableSecureConnection(String, String, ServiceSettingsSecurityProtocols)

Secures the connection between the server and the clients.

Top
See Also