See Also

CertificateReceivedEventArgs Class  | CertificateReceivedEventArgs 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

Certificate Property

Dart.PowerTCP.SslSockets Namespace > CertificateReceivedEventArgs Class : Certificate Property (CertificateReceivedEventArgs)

The certificate received for authentication.

[Visual Basic]
Public Property Certificate As Certificate
[C#]
public Certificate Certificate {get; set;}
[C++]
public: __property Certificate* get_Certificate(); public: __property void set_Certificate(    Certificate* value );
[C++/CLI]
public: property Certificate^ Certificate {    Certificate^ get();    void set (Certificate^ value); }

Return Type

A Certificate object representing the received certificate.

Remarks

This property returns the certificate for which the Tcp.CertificateReceived event was raised. In order for secure communication to continue with the sender, this certificate must be accepted by the receiver. Whether a certificate is accepted is controlled by the CertificateReceivedEventArgs.Accept property.

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

CertificateReceivedEventArgs Class  | CertificateReceivedEventArgs Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.