PowerTCP Telnet for .NET CF
CipherStrength Property
See Also  Send comments on this topic.
Dart.Common Namespace > SslInfo Class : CipherStrength Property




Gets the strength of the cipher used to secure the SSL channel.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CipherStrength As Integer
Visual Basic (Usage)Copy Code
Dim instance As SslInfo
Dim value As Integer
 
value = instance.CipherStrength
C# 
public int CipherStrength {get;}
Managed Extensions for C++ 
public: __property int get_CipherStrength();
C++/CLI 
public:
property int CipherStrength {
   int get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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