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

Name Property

Dart.PowerTCP.SslSockets Namespace > SslStream Class : Name Property (SslStream)

Uniquely identifies the name of the current session.

[Visual Basic]
Public Property Name As String
[C#]
public string Name {get; set;}
[C++]
public: __property string* get_Name(); public: __property void set_Name(    string* value );
[C++/CLI]
public: property String^ Name {    String^ get();    void set (String^ value); }

Remarks

PowerTCP automatically supplies a value for this property, enabling the client and server to cache the current secure session for future reuse. When this occurs, the client and server are able to reuse their previous secure connection, bypassing the SSL handshake, making communication much more efficient for scenarios where multiple secure connections are occurring between the client and server.

To disable this behavior (thereby "forcing" the SSL handshake with each connection) simply set this property to a unique value with each connection.

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.