Gets the certificate used to authenticate the remote endpoint.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property RemoteCertificate As X509Certificate |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SslInfo
Dim value As X509Certificate
value = instance.RemoteCertificate |
Managed Extensions for C++ | |
---|
public: __property X509Certificate* get_RemoteCertificate(); |
Property Value
An
X509Certificate object representing the authentication certificate supplied by the remote host.
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also