Dart.PowerTCP.SslSockets Namespace > Tcp Class : RemoteCertificate Property (Tcp) |
The Certificate object representing the certificate presented by the remote host during the SSL handshake.
[Visual Basic]
Public ReadOnly Property RemoteCertificate As Certificate
[C#]
public Certificate RemoteCertificate {get;}
[C++]
public: __property Certificate* get_RemoteCertificate();
[C++/CLI]
public:
property Certificate^ RemoteCertificate {
Certificate^ get();
}
A Certificate object representing the certificate presented by the remote host during the SSL handshake.
If a secure connection was established and the remote host presented a certificate, RemoteCertificate will be a representation of this certificate.
This property will always be set if a secure connection is established and the remote host is the server. If the remote host is a client, it will only be set if client certificate authentication takes place.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.