PowerTCP Telnet for .NET CF
CipherAlgorithmType Enumeration
See Also  Send comments on this topic.
Dart.Common Namespace : CipherAlgorithmType Enumeration




Defines the possible cipher algorithms for the SslStream class.

Syntax

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

Members

MemberDescription
Aes The Advanced Encryption Standard (AES) algorithm.
Aes128 The Advanced Encryption Standard (AES) algorithm with a 128 bit key.
Aes192 The Advanced Encryption Standard (AES) algorithm with a 192 bit key.
Aes256 The Advanced Encryption Standard (AES) algorithm with a 256 bit key.
Des The Data Encryption Standard (DES) algorithm.
None No encryption algorithm is used.
Rc2 Rivest's Code 2 (RC2) algorithm.
Rc4 Rivest's Code 4 (RC4) algorithm.
TripleDes The Triple Data Encryption Standard (3DES) algorithm.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Common.CipherAlgorithmType

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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