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

Protocol Property

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

Indicates the protocol to use.

[Visual Basic]
Public Property Protocol As SecureProtocol
[C#]
public SecureProtocol Protocol {get; set;}
[C++]
public: __property SecureProtocol get_Protocol(); public: __property void set_Protocol(    SecureProtocol value );
[C++/CLI]
public: property SecureProtocol Protocol {    SecureProtocol get();    void set (SecureProtocol value); }

Return Type

A SecureProtocol type indicating the protocol to use for secure communications.

Remarks

This property defaults to SecureProtocol.Auto, signifying the security protocol will be automatically detected (normally SSL3).

If the Auto setting fails, you should try specifying TLS, and then try SSL3

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.