PowerTCP Telnet for .NET CF
GetSslInfo Method
See Also  Send comments on this topic.
Dart.Common Namespace > TcpBase Class : GetSslInfo Method




Provides information on the SSL channel.

Syntax

Visual Basic (Declaration) 
Public Function GetSslInfo() As SslInfo
Visual Basic (Usage)Copy Code
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.

Remarks

This property provides information on the algorithm and strength of the cipher, hash and key exchange used.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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