LEADTOOLS Medical (Leadtools.Dicom.Scu assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
PrivateKeyPassword Event
See Also 
Leadtools.Dicom.Scu.Common Namespace > DicomConnection Class : PrivateKeyPassword Event




Occurs when a private key password is needed.

Syntax

Visual Basic (Declaration) 
Public Event PrivateKeyPassword As PrivateKeyPasswordDelegate
Visual Basic (Usage)Copy Code
Dim instance As DicomConnection
Dim handler As PrivateKeyPasswordDelegate
 
AddHandler instance.PrivateKeyPassword, handler
C# 
public event PrivateKeyPasswordDelegate PrivateKeyPassword
Managed Extensions for C++ 
public: __event PrivateKeyPasswordDelegate* PrivateKeyPassword
C++/CLI 
public:
event PrivateKeyPasswordDelegate^ PrivateKeyPassword

Event Data

The event handler receives an argument of type PrivateKeyPasswordEventArgs containing data related to this event. The following PrivateKeyPasswordEventArgs properties provide information specific to this event.

PropertyDescription
PrivateKeyPassword Gets or sets the private key password.
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs)Gets the SCP.

Remarks

This event is generated after a call to SetTlsClientCertificate with a private key file that is password encrypted, in order to obtain the password.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features