| 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(); } | |
The key exchange algorithm protects information used to generate shared keys.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code