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




Defines the set of possible algorithms to be used when encrypting an S/MIME message.

Syntax

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

Members

MemberDescription
DesUse the DES encryption algorithm.
Rc2128Use a 128 bit RC2 encryption algorithm.
Rc240Use a 40 bit RC2 encryption algorithm.
Rc264Use a 60 bit RC2 encryption algorithm.
Rc4Use the RC4 encryption algorithm.
TripleDesUse the TripleDES (3DES) encryption algorithm.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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