Occurs when a private key password is needed.
public event PrivateKeyPasswordDelegate PrivateKeyPassword
Public Event PrivateKeyPassword As Leadtools.Dicom.Scu.Common.PrivateKeyPasswordDelegate
public:
event Leadtools.Dicom.Scu.Common.PrivateKeyPasswordDelegate^ PrivateKeyPassword
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.
Property | Description |
---|---|
PrivateKeyPassword | Gets or sets the private key password. |
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |
This event is generated after a call to SetTlsClientCertificate with a private key file that is password encrypted, in order to obtain the password.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET