Gets the strength of the hash algorithm used to secure the SSL channel.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property HashStrength As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SslInfo
Dim value As Integer
value = instance.HashStrength |
| C# | |
|---|
public int HashStrength {get;} |
| Managed Extensions for C++ | |
|---|
public: __property int get_HashStrength(); |
| C++/CLI | |
|---|
public:
property int HashStrength {
int get();
} |
Property Value
An integer bits value, typically 128 or 160.
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also