Gets the strength of the key exchange algorithm used by the SSL channel.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property KeyExchangeStrength As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SslInfo
Dim value As Integer
value = instance.KeyExchangeStrength |
| C# | |
|---|
public int KeyExchangeStrength {get;} |
| Managed Extensions for C++ | |
|---|
public: __property int get_KeyExchangeStrength(); |
| C++/CLI | |
|---|
public:
property int KeyExchangeStrength {
int get();
} |
Property Value
An integer bits value, typically 512, 768, 1024 or 2048.
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also