[This is preliminary documentation and is subject to change.]
Verifies the SSL peer and fail the connection if the peer has no ceritificate.
| C# | Visual Basic | Visual C++ |
public bool CheckRemoteCertificate { get; set; }
Public Property CheckRemoteCertificate As Boolean
public: property bool CheckRemoteCertificate { bool get (); void set (bool value); }