←Select platform

OnVerify Method

Summary

Invokes the VerifyCertificate event.

Syntax
C#
C++/CLI
protected override int OnVerify( 
   int ok, 
   string certificateString, 
   DicomSecurityCertificateException error 
) 
protected:  
   virtual Int32 OnVerify( 
      Int32 ok, 
      String^ certificateString, 
      DicomSecurityCertificateException^ error 
   ) override 

Parameters

ok

A value of 1 indicates the verification of the certificate was successful. A value of 0 indicates failure.

certificateString

Provides detailed information about the certificate.

error

A DicomSecurityCertificateException exception that indicates success or an error.

Return Value

0 to stop the verification process.
1 to continue the verification process.

Requirements

Target Platforms

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

Leadtools.Dicom.Scu Assembly

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