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;
Only one certificate can be maintained for a service point even though multiple connections can be made.
ServicePoint Class | ServicePoint Members | System.Net Namespace