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




Gets the cipher algorithm used by the SSL channel.

Syntax

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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