SetClientCertificateTLS method (ILEADDicomNet)
short SetClientCertificateTLS(long hNet, BSTR pszPathToCertificateFile, long nCertType, BSTR pszPathToKeyFile); | |
Overview |
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