LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
CertificateValidation Property
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerLoader Class : CertificateValidation Property



Gets or sets the certificate validation mode.

Syntax

Visual Basic (Declaration) 
Public Property CertificateValidation As X509CertificateValidationMode
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerLoader
Dim value As X509CertificateValidationMode
 
instance.CertificateValidation = value
 
value = instance.CertificateValidation
C# 
public X509CertificateValidationMode CertificateValidation {get; set;}
C++/CLI 
public:
property X509CertificateValidationMode CertificateValidation {
   X509CertificateValidationMode get();
   void set (    X509CertificateValidationMode value);
}

Property Value

A System.ServiceModel.Security.X509CertificateValidationMode enumeration value for the service certificate validation.

Example

Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.

Remarks

Use this to relax or restrict the certificate validation of the WCF Leadtools.Dicom.WCF.DICOMService.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also