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;}
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.
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.