The Certificate object representing the certificate presented by the remote host during the SSL handshake.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property RemoteCertificate As Certificate |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Tcp
Dim value As Certificate
value = instance.RemoteCertificate |
| Managed Extensions for C++ | |
|---|
public: __property Certificate* get_RemoteCertificate(); |
Property Value
A Certificate object representing the certificate presented by the remote host during the SSL handshake.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also