←Select platform

OnVerify Method

Summary

Invokes the VerifyCertificate event.

Syntax
C#
VB
C++
protected override int OnVerify( 
   int ok, 
   string certificateString, 
   DicomSecurityCertificateException error 
) 
Protected Overrides Function OnVerify( 
   ByVal ok As Integer, 
   ByVal certificateString As String, 
   ByVal error As DicomSecurityCertificateException 
) As Integer 
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 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.