←Select platform

ClientCertificate Property

Summary

The path to the file that contains the client certificate used by an SCU to connect securely using Transport Layer Security (TLS) to an SCP.

Syntax
C#
VB
C++
public string ClientCertificate { get; set; } 
Public Property ClientCertificate() As String 
   Get 
   Set 
public:  
   property String^ ClientCertificate 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The path to the file that contains the client certificate used by an SCU to connect securely using Transport Layer Security (TLS) to an SCP.

Remarks

CipherSuiteList is a member of the BaseClient abstract class.

See BaseClient for a list of SCU classes that derive from BaseClient, and how the BaseClient members are used by an SCU to connect securely using TLS to a DICOM SCP.

Example

For an example, see BaseClient.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Client Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.