SSLPrivateKeyPassword property (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

BSTR SSLPrivateKeyPassword

Overview

Refer to Working with DICOM Network Connections

Remarks

(Medical Imaging Suite only)

This property should be set to contain the password used to encrypt a private key file.

A private key file is set using either the SetClientCertificateTLS method or the SetServerCertificateTLS method. If the private key file is password encrypted, the SSLPrivateKeyPasswordEvent event will be fired. In this event, set the SLLPrivateKeyPassword property.

See Also

Elements:

SetClientCertificateTLS method, SetServerCertificateTLS method, SSLPrivateKeyPasswordEvent event, NetworkSecurityMode property

Topics:

DICOM Network Connection:Creating a Network Connection

 

DICOM Security: Working with TLS

 

Adding TLS Secuirty to a DICOM Connection