Leadtools.Dicom.Scu.Common Namespace > DicomConnection Class : PrivateKeyPassword Event |
public event PrivateKeyPasswordDelegate PrivateKeyPassword
'Declaration Public Event PrivateKeyPassword As PrivateKeyPasswordDelegate
'Usage Dim instance As DicomConnection Dim handler As PrivateKeyPasswordDelegate AddHandler instance.PrivateKeyPassword, handler
public: event 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. |