LAUREL BRIDGE

Options Properties

DICOM Connectivity Framework V3.4

The Options type exposes the following members.

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
See Also

Reference