Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
SetTlsClientCertificate Method
See Also 
Leadtools.Dicom Namespace > DicomNet Class : SetTlsClientCertificate Method




pathToCertificate
The path to the file that contains the certificate.
certificateType
The type of the certificate (textual or binary).
pathToKeyFile
The path to the file containing the private key. This parameter is used if the private key is available in raw mode.
Sets a certificate for the client.

Syntax

Visual Basic (Declaration) 
Public Sub SetTlsClientCertificate( _
   ByVal pathToCertificate As String, _
   ByVal certificateType As DicomTlsCertificateType, _
   ByVal pathToKeyFile As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomNet
Dim pathToCertificate As String
Dim certificateType As DicomTlsCertificateType
Dim pathToKeyFile As String
 
instance.SetTlsClientCertificate(pathToCertificate, certificateType, pathToKeyFile)
C# 
public void SetTlsClientCertificate( 
   string pathToCertificate,
   DicomTlsCertificateType certificateType,
   string pathToKeyFile
)
Managed Extensions for C++ 
public: void SetTlsClientCertificate( 
   string* pathToCertificate,
   DicomTlsCertificateType certificateType,
   string* pathToKeyFile
) 
C++/CLI 
public:
void SetTlsClientCertificate( 
   String^ pathToCertificate,
   DicomTlsCertificateType certificateType,
   String^ pathToKeyFile
) 

Parameters

pathToCertificate
The path to the file that contains the certificate.
certificateType
The type of the certificate (textual or binary).
pathToKeyFile
The path to the file containing the private key. This parameter is used if the private key is available in raw mode.

Example

For an example, refer to SetTlsCipherSuiteByIndex.

Remarks

The usual sizes for an RSA key is 512 and 1024 bits. There is a limitation for import in Europe – an RSA key must be at least 768 bits long. There are no known export restrictions.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features