C#
VB
C++
Gets or sets the SSL method type to be used for security verification.
public DicomSslMethodType MethodType { get; set; }
Public Property MethodType As Leadtools.Dicom.DicomSslMethodType
public:
property Leadtools.Dicom.DicomSslMethodType MethodType {
Leadtools.Dicom.DicomSslMethodType get();
void set ( Leadtools.Dicom.DicomSslMethodType value);
}
The SSL method type to be used for security verification. The default value is DicomSslMethodType.TlsV1.
For an example, refer to Initialize.
DicomOpenSslContextCreationSettings Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET