Gets or sets the expected WCF service identity required for X509 certificate authentication mode.
public DnsEndpointIdentity ServerIdentity { get; set; } Public Property ServerIdentity As DnsEndpointIdentity
public:property DnsEndpointIdentity^ ServerIdentity {DnsEndpointIdentity^ get();void set ( DnsEndpointIdentity^ );}
A System.ServiceModel.DnsEndpointIdentity to check the Identity of the remote identity; this values can be set to null.
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.
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
