C#
VB
C++
Initializes a new instance of the StoreScu class.
public StoreScu(
string TemporaryDirectory,
DicomNetSecurityeMode SecurityMode,
DicomOpenSslContextCreationSettings openSslContextCreationSettings
)
Public Function New( _
ByVal TemporaryDirectory As String, _
ByVal SecurityMode As Leadtools.Dicom.DicomNetSecurityeMode, _
ByVal openSslContextCreationSettings As Leadtools.Dicom.DicomOpenSslContextCreationSettings _
)
public:
StoreScu(
String^ TemporaryDirectory,
Leadtools.Dicom.DicomNetSecurityeMode SecurityMode,
Leadtools.Dicom.DicomOpenSslContextCreationSettings^ openSslContextCreationSettings
)
TemporaryDirectory
The temporary directory.
SecurityMode
The security mode to use when initializing the network structure.
openSslContextCreationSettings
Provides properties to change the security options from the defaults when the security is used.
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