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: 2024.1.0.0 (2024.1.0)
Syntax
public void EnableSecureConnection(
	string publicCertificateFilePath,
	string privateKeyFilePath
)

Parameters

publicCertificateFilePath
Type: SystemString
privateKeyFilePath
Type: SystemString
Remarks