Dart.PowerTCP.SslSockets Namespace > SslStream Class : EndAuthentication Event |
This event is raised when SSL authentication is complete.
[Visual Basic]
Public Event EndAuthentication() As EventHandler
[C#]
public event EventHandler EndAuthentication();
[C++]
public: __event EventHandler* EndAuthentication();
[C++/CLI]
public:
event EventHandler^ EndAuthentication();
Use this event to determine when SSL authentication has completed and actual communication can begin.
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.