SSLPrivateKeyPasswordEvent event (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void SSLPrivateKeyPasswordEvent (long hNet, long nFlag);

Overview

Refer to Working with DICOM Network Connections

Remarks

(Medical Imaging Suite only)

This event may be generated after calling the SetClientCertificateTLS method or the SetServerCertificateTLS method when the private key file is password encrypted. When processing this event, set the SSLPrivateKeyPassword property to the string that was used to encrypt the private key file.

See Also

Elements:

SetClientCertificateTLS method, SetServerCertificateTLS method, SSLPrivateKeyPassword property, NetworkSecurityMode property

Topics:

DICOM Network Connection:Creating a Network Connection

 

DICOM Security: Working with TLS

 

Adding TLS Secuirty to a DICOM Connection