Visual Basic (Declaration) | |
---|---|
Public Enum ExchangeAlgorithmType Inherits System.Enum |
Visual Basic (Usage) | ![]() |
---|---|
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 |
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
Dart.Common.ExchangeAlgorithmType
Target Platforms: Microsoft .NET Framework 2.0