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

Authenticated Property

Dart.PowerTCP.SslSockets Namespace > SslStream Class : Authenticated Property

Gets or sets a value which determines if the SSL handshake has completed.

[Visual Basic]
Public ReadOnly Property Authenticated As Boolean
[C#]
public bool Authenticated {get;}
[C++]
public: __property bool get_Authenticated();
[C++/CLI]
public: property bool Authenticated {    bool get(); }

Return Type

A Boolean value which determines if the SSL handshake has completed.

Remarks

This property is false until the SSL handshake is completed, becomes true when the SSL handshake has completed. This value is reset to false when the SslStream is flushed.

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.