SetClientCertificateTLS Example for Visual Basic
If LEADDICOMNet1.SetClientCertificateTLS (LEADDICOMNet1.hNethNetproperty, "c:\cert\client.pem", L_TLS_FILETYPE_PEM, "") = DICOM_SUCCESS Then
MsgBox "Loading client certificate succeeded"
Else
MsgBox "Loading client certificate failed"
End If