LAUREL BRIDGE

TlsConnection Properties

DICOM Connectivity Framework V3.4

The TlsConnection type exposes the following members.

Properties

  NameDescription
Public propertyAcceptedTlsProtocol
Gets the accepted TLS protocol.
Public propertyAllowMissingClientCertificates
Gets whether missing client certificates are allowed.
Public propertyAllowSelfSignedCertificates
Gets whether self-signed certificates are allowed.
Public propertyAllowWildcardAndSanCertificates
Gets whether wildcard and subject alternative name certificates are allowed.
Public propertyAuthenticationStartTime
Gets the TLS authentication start time.
Public propertyAuthenticationTimeoutMs
Gets/sets the TLS authentication timeout.
Public propertyCertificate
Gets the X509 certificate.
Public propertyCheckCertificateRevocation
Gets whether the certificate revocation list should be checked.
Public propertyIgnoreCertificateNameMismatch
Gets whether certificate name mismatches should be ignored.
Public propertyReadTimeoutMs
Gets/sets the TLS stream read timeout.
Public propertyRemoteHostName
Gets the remote hostname.
Public propertySupportedTlsProtocols
Gets the supported TLS protocols.
Public propertyTlsStream
Gets the underlying SslStream object.
Public propertyWriteTimeoutMs
Gets/sets the TLS stream write timeout.
Top
See Also

Reference