PowerTCP Telnet for .NET CF
KeyExchangeAlgorithm Property
See Also  Send comments on this topic.
Dart.Common Namespace > SslInfo Class : KeyExchangeAlgorithm Property




Gets the key exchange algorithm used by the SSL channel.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property KeyExchangeAlgorithm As ExchangeAlgorithmType
Visual Basic (Usage)Copy Code
Dim instance As SslInfo
Dim value As ExchangeAlgorithmType
 
value = instance.KeyExchangeAlgorithm
C# 
public ExchangeAlgorithmType KeyExchangeAlgorithm {get;}
Managed Extensions for C++ 
public: __property ExchangeAlgorithmType get_KeyExchangeAlgorithm();
C++/CLI 
public:
property ExchangeAlgorithmType KeyExchangeAlgorithm {
   ExchangeAlgorithmType get();
}

Remarks

The key exchange algorithm protects information used to generate shared keys.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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