LAUREL BRIDGE

TlsConnectionIsSecure Method

DICOM Connectivity Framework V3.4
Checks whether the TLS connection is encrypted, authenticated, and signed.

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

C#
public bool IsSecure()

Return Value

Type: Boolean
True if this TlsConnection is encrypted, authenticated, and signed
See Also

Reference