←Select platform

ClientCertificateKey Property

Summary

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

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

Property Value

The path to the file that contains the client certificate key used with the ClientCertificate, 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.