See Also

Dart.PowerTCP.SslSockets Namespace

Requirements

Namespace: Dart.PowerTCP.SslSockets

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Dart.PowerTCP.SslSockets (in Dart.PowerTCP.SslSockets.dll)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages Requirements PowerTCP SSL Sockets for .NET

AlgorithmType Enumeration

Dart.PowerTCP.SslSockets Namespace : AlgorithmType Enumeration

Enumerates the algorithm types that can be used to encrypt/decrypt data using the SymmetricCryptoStream.

Members

MemberDescription
DES Uses the DESCryptoServiceProvider class as the algorithm cryptographic service provider.
RC2 Uses the RC2CryptoServiceProvider class as the algorithm cryptographic service provider.
Rijndael Uses the RijndaelManaged class as the algorithm cryptographic service provider.
TripleDES Uses the TripleDESCryptoServiceProvider class as the algorithm cryptographic service provider.

Remarks

Pass one of these values into the SymmetricCryptoStream constructor to initialize the SymmetricCryptoStream to perform transformations using the particular algorithm. The algorithm cryptographic service provider itself is exposed by the Algorithm property.

Requirements

Namespace: Dart.PowerTCP.SslSockets

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Dart.PowerTCP.SslSockets (in Dart.PowerTCP.SslSockets.dll)

See Also

Dart.PowerTCP.SslSockets Namespace

 

Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.