See Also

Tcp Class  | Tcp Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSL Sockets for .NET

RemoteCertificate Property

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(); }

Return Type

A Certificate object representing the certificate presented by the remote host during the SSL handshake.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Tcp Class  | Tcp Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.