LAUREL BRIDGE

TlsConnectionGetAuthenticationInformation Method

DICOM Connectivity Framework V3.4
Formats information about the state of the underlying SslStream. This method is based on example code from the MSDN documentation of SslStream.

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 string GetAuthenticationInformation()

Return Value

Type: String
Formatted string containing authentication information for this TLS connection
See Also

Reference