LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

CertificateValidation Property






Gets or sets the certificate validation mode.
Syntax
public X509CertificateValidationMode CertificateValidation {get; set;}
'Declaration
 
Public Property CertificateValidation As X509CertificateValidationMode
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As X509CertificateValidationMode
 
instance.CertificateValidation = value
 
value = instance.CertificateValidation
public X509CertificateValidationMode CertificateValidation {get; set;}
 get_CertificateValidation();
set_CertificateValidation(value);
public:
property X509CertificateValidationMode CertificateValidation {
   X509CertificateValidationMode get();
   void set (    X509CertificateValidationMode value);
}

Property Value

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

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

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.