NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpWebResponse.ServerCertificate

Gets the server certificate returned with the response.

[Visual Basic]
Public ReadOnly Property ServerCertificate As X509Certificate
[C#]
public X509Certificate ServerCertificate {get;}
[C++]
public: __property X509Certificate* get_ServerCertificate();
[JScript]
public function get ServerCertificate() : X509Certificate;

See Also

HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace