Sets a certificate for the client.
public void SetTlsClientCertificate(
string pathToCertificate,
DicomTlsCertificateType certificateType,
string pathToKeyFile
)
Public Sub SetTlsClientCertificate( _
ByVal pathToCertificate As String, _
ByVal certificateType As DicomTlsCertificateType, _
ByVal pathToKeyFile As String _
)
public:
void SetTlsClientCertificate(
String^ pathToCertificate,
DicomTlsCertificateType certificateType,
String^ pathToKeyFile
)
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.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document