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

ServerIdentity Property






Gets or sets the expected WCF service identity required for X509 certificate authentication mode.
Syntax
public DnsEndpointIdentity ServerIdentity {get; set;}
'Declaration
 
Public Property ServerIdentity As DnsEndpointIdentity
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As DnsEndpointIdentity
 
instance.ServerIdentity = value
 
value = instance.ServerIdentity
public DnsEndpointIdentity ServerIdentity {get; set;}
 get_ServerIdentity();
set_ServerIdentity(value);
public:
property DnsEndpointIdentity^ ServerIdentity {
   DnsEndpointIdentity^ get();
   void set (    DnsEndpointIdentity^ value);
}

Property Value

A System.ServiceModel.DnsEndpointIdentity to check the Identity of the remote identity; this values can be set to null.
Remarks

Use this property to explicitly specify the System.ServiceModel.DnsEndpointIdentity for outgoing messages.

This property is useful when connecting to a WCF service where the service address differ than the server identity or when using an invalid (test) certificate.

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.