Dart.PowerTCP.SslSockets Namespace : AlgorithmType Enumeration |
Enumerates the algorithm types that can be used to encrypt/decrypt data using the SymmetricCryptoStream.
Member | Description |
---|---|
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. |
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.
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)
Dart.PowerTCP.SslSockets Namespace
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.