LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

DicomOpenSslContextCreationSettings Constructor (DicomOpenSslContextCreationSettings)








The SSL method type to be used for security verification. The default value is DicomSslMethodType.TlsV1.
The name of a file containing Certification Authorities (CA) certificates in Privacy Enhanced Mail (PEM) format. More than one CA certificate may be present in the file. The default is no file.
The verification mode to be used. The default value is DicomOpenSslVerificationFlags.None.
The maximum depth of the certificate chain to be verified. The default value is 9.
The restrictive and bug workaround options. The default value is the combination (DicomOpenSslOptionsFlags.NoSslV3 | DicomOpenSslOptionsFlags.NoSslV2 | DicomOpenSslOptionsFlags.AllBugWorkarounds).
Initializes a new instance of the DicomOpenSslContextCreationSettings class. .NET support
Syntax
'Declaration
 
Public Function New( _
   ByVal methodType As DicomSslMethodType, _
   ByVal certificationAuthoritiesFileName As String, _
   ByVal verificationFlags As DicomOpenSslVerificationFlags, _
   ByVal maximumVerificationDepth As Integer, _
   ByVal options As DicomOpenSslOptionsFlags _
)
'Usage
 
Dim methodType As DicomSslMethodType
Dim certificationAuthoritiesFileName As String
Dim verificationFlags As DicomOpenSslVerificationFlags
Dim maximumVerificationDepth As Integer
Dim options As DicomOpenSslOptionsFlags
 
Dim instance As New DicomOpenSslContextCreationSettings(methodType, certificationAuthoritiesFileName, verificationFlags, maximumVerificationDepth, options)
ObjectiveC Syntax
Java Syntax
function DicomOpenSslContextCreationSettings( 
   methodType ,
   certificationAuthoritiesFileName ,
   verificationFlags ,
   maximumVerificationDepth ,
   options 
)

Parameters

methodType
The SSL method type to be used for security verification. The default value is DicomSslMethodType.TlsV1.
certificationAuthoritiesFileName
The name of a file containing Certification Authorities (CA) certificates in Privacy Enhanced Mail (PEM) format. More than one CA certificate may be present in the file. The default is no file.
verificationFlags
The verification mode to be used. The default value is DicomOpenSslVerificationFlags.None.
maximumVerificationDepth
The maximum depth of the certificate chain to be verified. The default value is 9.
options
The restrictive and bug workaround options. The default value is the combination (DicomOpenSslOptionsFlags.NoSslV3 | DicomOpenSslOptionsFlags.NoSslV2 | DicomOpenSslOptionsFlags.AllBugWorkarounds).
Example
For an example, refer to Initialize.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomOpenSslContextCreationSettings Class
DicomOpenSslContextCreationSettings Members
Initialize Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features