LAUREL BRIDGE

TlsConnectionGetCertificateInformation Method

DICOM Connectivity Framework V3.4
Formats information about the given X509 certificate.

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 static string GetCertificateInformation(
	string header,
	X509Certificate certificate
)

Parameters

header
Type: SystemString
The initial string for the string builder
certificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate
The TLS certificate

Return Value

Type: String
Formatted string containing information about the certificate
See Also

Reference