←Select platform

SecureHandshakeTimeout Property

Summary

Gets or sets the number of seconds to wait for a secure handshake notification before timing out.

Syntax

C#
C++/CLI
public int SecureHandshakeTimeout { get; set; } 
public:  
   property Int32 SecureHandshakeTimeout 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The number of seconds to wait for a secure handshake notification before timing out.

Remarks

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.

Requirements

Target Platforms

See Also

DicomConnection Class

DicomConnection Members

Leadtools.Dicom.Scu.Common Namespace

Help Version 22.0.2023.1.24
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.