Visual Basic (Declaration) | |
---|---|
Public Function GetSslInfo() As SslInfo |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As TcpBase Dim value As SslInfo value = instance.GetSslInfo() |
C# | |
---|---|
public SslInfo GetSslInfo() |
Managed Extensions for C++ | |
---|---|
public: SslInfo* GetSslInfo(); |
C++/CLI | |
---|---|
public: SslInfo^ GetSslInfo(); |
Return Value
An SslInfo object containing information on the SSl channel.This property provides information on the algorithm and strength of the cipher, hash and key exchange used.
Target Platforms: Microsoft .NET Framework 2.0