Gets or sets the number of seconds to wait for a secure handshake notification before timing out.
public int SecureHandshakeTimeout { get; set; }
public:
property Int32 SecureHandshakeTimeout
{
Int32 get()
void set(Int32 value)
}
The number of seconds to wait for a secure handshake notification before timing out.
When an SCU connects to a SCP using secure DICOM communications (TLS security), a secure handshake occurs after the exchange of certificates. The AfterSecureLinkReady event is fired once the secure handshake is completed.
SecureHandshakeTimeout is the time in seconds to wait for the AfterSecureLinkReady event.
If AfterSecureLinkReady is not received after SecureHandshakeTimeout seconds, then DicomConnection times out.
The default is 5 seconds.
Leadtools.Dicom.Scu.Common Namespace
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document