←Select platform

ClientCertificateKeyPassword Property

Summary

The password to use if the ClientCertificateKey file is password-encrypted.

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

Property Value

The password to use if the ClientCertificateKey file is password-encrypted.

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.