See Also

Tcp Class  | Tcp 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

SecureProtocol Property

Dart.PowerTCP.SslSockets Namespace > Tcp Class : SecureProtocol Property (Tcp)

Gets or sets a value which determines the type of encryption to use on the data.

[Visual Basic]
<DefaultValueAttribute()> <DescriptionAttribute("Gets and Sets the security protocol to be used.")> <CategoryAttribute("Security")> Public Property SecureProtocol As SecureProtocol
[C#]
[DefaultValueAttribute()] [DescriptionAttribute("Gets and Sets the security protocol to be used.")] [CategoryAttribute("Security")] public SecureProtocol SecureProtocol {get; set;}
[C++]
[DefaultValueAttribute()] [DescriptionAttribute("Gets and Sets the security protocol to be used.")] [CategoryAttribute("Security")] public: __property SecureProtocol get_SecureProtocol(); public: __property void set_SecureProtocol(    SecureProtocol value );
[C++/CLI]
[DefaultValueAttribute()] [DescriptionAttribute("Gets and Sets the security protocol to be used.")] [CategoryAttribute("Security")] public: property SecureProtocol SecureProtocol {    SecureProtocol get();    void set (SecureProtocol value); }

Return Type

A SecureProtocol value.

Remarks

Set this property to set the type of encryption to use on the data sent/received. This property defaults to SecureProtocol.None, signifying no encryption is used on the data.

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

Tcp Class  | Tcp Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.