PowerTCP Mail for .NET
SecureProtocol Enumeration
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : SecureProtocol Enumeration




Enumerates the type of encryption used in the secure product.

Syntax

Visual Basic (Declaration) 
Public Enum SecureProtocol 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As SecureProtocol
C# 
public enum SecureProtocol : System.Enum 
Managed Extensions for C++ 
__value public enum SecureProtocol : public System.Enum 
C++/CLI 
public enum class SecureProtocol : public System.Enum 

Members

MemberDescription
AutoAutomatically negotiate the security protocol.
NoneNo security.
PctUse PCT 1.0 as the security protocol.
Ssl2Use SSL 2.0 as the security protocol.
Ssl3Use SSL 3.0 as the security protocol.
TlsUse TLS 1.0 (Transport Level Security - SSL 3.1) as the security protocol.

Remarks

The current security standard is SSL3.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.PowerTCP.Mail.SecureProtocol

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.