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();
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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
SslStream Class | SslStream Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.