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!

ServicePoint.Certificate

Gets the certificate received for this ServicePoint.

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

Remarks

Only one certificate can be maintained for a service point even though multiple connections can be made.

See Also

ServicePoint Class | ServicePoint Members | System.Net Namespace