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

EndAuthentication Event

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

Remarks

Use this event to determine when SSL authentication has completed and actual communication can begin.

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.