GetAuthenticationAlgorithmTLS Example for Visual Basic

   If LEADDICOMNet1.GetAuthenticationAlgorithmTLS (LEADDICOMNet1.hNet, DICOM_TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA) = DICOM_MUTUALAUTH_RSA Then
      MsgBox "Mutual authentication in DICOM_TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA is DICOM_MUTUALAUTH_RSA"
   End If