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
add_PrivateKeyPassword(function(sender, e)) remove_PrivateKeyPassword(function(sender, e))
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2