#include "ltdic.h"
L_UINT32 LDicomNet::SetClientCertificateTLS(pszPathToCertificate, certType, pszPathToKeyFile);
L_TCHAR *pszPathToCertificate; |
character string |
L_UINT32 certType; |
certificate type |
L_TCHAR *pszPathToKeyFile; |
character string |
Sets a certificate for the client. This function is available in the Medical Imaging Suite toolkits.
Parameter | Description | |
pszPathToCertificate | Character string that contains the path to the file that contains the certificate. | |
certType | Flag that indicates whether the certificate is binary or text. Possible values are: | |
Value | Meaning | |
L_TLS_FILETYPE_PEM | Text certificate | |
L_TLS_FILETYPE_ASN1 | Binary certificate | |
pszPathToKeyFile | Character string that contains the path to the file containing the private key. This parameter is used if the private key is available in raw mode. |
DICOM_SUCCESS |
Success |
<>DICOM_SUCCESS |
An error occurred. Refer to Return Codes. |
The usual sizes for an RSA key is 512 and 1024 bits. There is a limitation for import in Europe a RSA key must be at least 768 bits long. There are no known export restrictions.
Required DLLs and Libraries
LTDIC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
Win32, x64
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET