| Dart.PowerTCP.SslSockets Namespace : SecureProtocol Enumeration (Dart.PowerTCP.SslSockets) |
Enumerates the type of encryption used in the secure product.
| Member | Description |
|---|---|
| Auto | Automatically negotiate the security protocol. |
| Ssl3 | Use SSL 3.0 as the security protocol. |
| Ssl2 | Use SSL 2.0 as the security protocol. |
| Pct | Use PCT 1.0 as the security protocol. |
| Tls | Use TLS 1.0 (Transport Level Security - SSL 3.1) as the security protocol. |
| None | No security. |
The current security standard is SSL3.
Namespace: Dart.PowerTCP.SslSockets
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Dart.PowerTCP.SslSockets (in Dart.PowerTCP.SslSockets.dll)
Dart.PowerTCP.SslSockets Namespace
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.