PrivateKeyPasswordDelegate Delegate

Summary
Represents the method that will handle the PrivateKeyPassword event.
Syntax
C#
VB
C++
public delegate void PrivateKeyPasswordDelegate( 
   object sender, 
   PrivateKeyPasswordEventArgs e 
) 
  
Public Delegate Sub PrivateKeyPasswordDelegate( _ 
   ByVal sender As Object, _ 
   ByVal e As PrivateKeyPasswordEventArgs _ 
)  
public delegate void PrivateKeyPasswordDelegate(  
   Object^ sender, 
   PrivateKeyPasswordEventArgs^ e 
) 

Parameters

sender
The source of the event.

e
Additional event data that contains event data.

Requirements

Target Platforms

See Also

Reference

PrivateKeyPasswordDelegate Members

Leadtools.Dicom.Scu.Common Namespace

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

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.