SetClientCertificateTLS method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SetClientCertificateTLS(long hNet, BSTR pszPathToCertificateFile, long nCertType, BSTR pszPathToKeyFile);

Overview

Refer to Adding TLS Security to a DICOM Connection

Remarks

(Medical Imaging Suite only) Sets a certificate for the client.

Usual size for RSA key is 512 and 1024 bits. There are no known export restrictions.

The nCertType can take values L_TLS_FILETYPE_PEM (text certificate) or L_TLS_FILETYPE_ASN1 (binary certificate).

See Also

Elements:

SetServerCertificateTLS method, UseSSLOptions property, SSLCreateFlags property, SSLMethodType property, SSLVerifyMode property, SSLCAFile property, SSLVerifyDepth property, SSLSuccess property, SSLOptions property, SSLPrivateKeyPassword property, SSLPrivateKeyPasswordEvent event

Topics:

DICOM Security :Working with TLS