LAUREL BRIDGE

Options Class

DICOM Connectivity Framework V3.4
Command line options class for parsing user options for VerificationSCPExtended.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCFExamples.VerificationSCPExtendedOptions

Namespace:  LaurelBridge.DCFExamples.VerificationSCPExtended
Assembly:  VerificationSCPExtended (in VerificationSCPExtended.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public class Options

The Options type exposes the following members.

Constructors

  NameDescription
Public methodOptions
Initializes a new instance of the Options class
Top
Properties

  NameDescription
Public propertyCertificate
Get X509Certificate2 from TlsCertificate pathname and TlsCertPassword
Public propertyEnabledTlsProtocols
Gets the TLS security protocols supported.
Public propertyPort
The port number on which to perform the FIND or MOVE.
Public propertyTls10Enabled
True to enable the TLS 1.0 protocol.
Public propertyTls11Enabled
True to enable the TLS 1.1 protocol.
Public propertyTls12Enabled
True to enable the TLS 1.2 protocol.
Public propertyTlsAllowMissingClient
Allow missing client certificates is the not of the command line option TlsRejectMissingClient.
Public propertyTlsAllowSelfSigned
Allow self signed certificates is the not of the command line option TlsRejectSelfSigned.
Public propertyTlsAuthTimeout
TLS authentication timeout.
Public propertyTlsCertificate
The TLS server certificate filename.
Public propertyTlsCertPassword
The TLS server certificate password.
Public propertyTlsEnabled
True to enable any TLS protocol, 1.0, 1.1, 1.2.
Public propertyTlsIgnoreMismatch
Ignore certificate mismatch errors.
Public propertyTlsRejectMissingClient
Reject missing client certificates.
Public propertyTlsRejectSelfSigned
Reject self-signed client certificates.
Public propertyTlsTimeout
TLS timeout.
Top
Methods

  NameDescription
Public methodStatic memberTryParse
Try to create an instance of the Options class using the specified commandLine parameter. For an invalid command line, a failure message is written to the console.
Top
See Also

Reference