Click or drag to resize
ServiceSettingsEnableSecureConnection Method (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 )).

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public void EnableSecureConnection(
	string publicCertificateFilePath,
	string privateKeyFilePath
)

Parameters

publicCertificateFilePath
Type: SystemString
privateKeyFilePath
Type: SystemString
Remarks