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




Specifies the algorithm used to create keys shared by the client and server.

Syntax

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

Members

MemberDescription
DiffieHellman The Diffie Hellman ephemeral key exchange algorithm.
None No key exchange algorithm is used.
RsaKeyX The RSA public-key exchange algorithm.
RsaSign The RSA public-key signature algorithm.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Common.ExchangeAlgorithmType

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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