←Select platform

Secure Property

Summary

Gets or sets a value indicating whether this DicomScp is using secure (TLS) DICOM communication.

Syntax
C#
VB
C++
public virtual bool Secure {get; set;} 
Public Overridable Property Secure() As Boolean 
   Get 
   Set 
public:  
   virtual property bool Secure 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

A value indicating whether this DicomScp is using secure (TLS) DICOM communication.

Example

For an example, refer to [UseSecureHost].

Requirements

Target Platforms

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

Leadtools.Dicom.Scu Assembly