LAUREL BRIDGE

TlsDicomSocketFactory Constructor

DICOM Connectivity Framework V3.4
Constructor with TLS Connection, TLS Certificate, and option to allow missing client certificate

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

C#
public TlsDicomSocketFactory(
	TlsConnection tlsConnection,
	X509Certificate2 certificate,
	bool allowMissingClientCertificates
)

Parameters

tlsConnection
Type: LaurelBridge.DCFExamples.TLSTlsConnection
TLS connection parameters
certificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
TLS certificate
allowMissingClientCertificates
Type: SystemBoolean
allow client to not send a TLS client certificate
See Also

Reference