Dart.PowerTCP.SslSockets Namespace > Server Class : SecureProtocol Property (Server) |
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);
}
A SecureProtocol value.
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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.