See Also

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

CertificateRequested Event

Dart.PowerTCP.SslSockets Namespace > SslStream Class : CertificateRequested Event (SslStream)

This event is raised when a certificate has been requested.

[Visual Basic]
Public Event CertificateRequested() As EventHandler
[C#]
public event EventHandler CertificateRequested();
[C++]
public: __event EventHandler* CertificateRequested();
[C++/CLI]
public: event EventHandler^ CertificateRequested();

Remarks

The SslStream.CertificateRequested event is raised when a secure server requests a certificate from the client for client authentication and the Certificate property has NOT already been set. The Certificate property of the current Tcp control must be set to a valid certificate. The easiest way to do this is to cast the sender parameter to an SslStream, then set the Certificate property to a valid certificate.

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

SslStream Class  | SslStream Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.