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.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void EnableSecureConnection(
string publicCertificateFilePath,
string privateKeyFilePath
)
Public Sub EnableSecureConnection (
publicCertificateFilePath As String,
privateKeyFilePath As String
)
public:
void EnableSecureConnection(
String^ publicCertificateFilePath,
String^ privateKeyFilePath
)
member EnableSecureConnection :
publicCertificateFilePath : string *
privateKeyFilePath : string -> unit
Parameters
- publicCertificateFilePath
- Type: SystemString
- privateKeyFilePath
- Type: SystemString
Remarks See Also