←Select platform

MediaCreationManagementScu Constructor(string,DicomScp,string,DicomNetSecurityeMode,DicomOpenSslContextCreationSettings)

Summary

Initializes a new instance of the MediaCreationManagementScu class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal applicationEntityTitle As String, _ 
   ByVal scp As Leadtools.Dicom.Scu.DicomScp, _ 
   ByVal temporaryDirectory As String, _ 
   ByVal securityMode As Leadtools.Dicom.DicomNetSecurityeMode, _ 
   ByVal openSslContextCreationSettings As Leadtools.Dicom.DicomOpenSslContextCreationSettings _ 
) 

Parameters

applicationEntityTitle
The application entity title.

scp
The peer connection to connect to.

temporaryDirectory
The location of temporary files. DICOM uses temporary files during the course of creating a file. If this parameter is null, the DICOM temporary files are kept in the directory Windows places its own temporary files. If this parameter is not null, the temporary files are placed in the specified directory

securityMode
Specifies the security mode to use when initializing the network connection.

openSslContextCreationSettings
Provides properties to change the security options from the defaults when the security mode is set to the Transport Layer Security (TLS) mode.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly