←Select platform

VerifyCertificateDelegate Delegate

Summary

Represents the method that will handle the VerifyCertificate event.

Syntax
C#
VB
C++
public delegate void VerifyCertificateDelegate( 
   object sender, 
   VerifyCertificateEventArgs e 
) 
Public Delegate Sub VerifyCertificateDelegate( 
   ByVal sender As Object, 
   ByVal e As VerifyCertificateEventArgs 
) 
public: 
   delegate void VerifyCertificateDelegate( 
      Object^ sender, 
      VerifyCertificateEventArgs^ e 
   ) 

Parameters

sender

The source of the event.

e

Additional event data that contains event data.

Example

For an example, refer to VerifyCertificate.

Requirements
Target Platforms
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.