PrivateKeyPassword Event

Summary

Occurs when a private key password is needed.

Syntax
C#
VB
C++
public event PrivateKeyPasswordDelegate PrivateKeyPassword 
  
Public Event PrivateKeyPassword As PrivateKeyPasswordDelegate 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly