| Dart.PowerTCP.SslSockets Namespace > SymmetricCryptoStream Class > SymmetricCryptoStream Constructor : SymmetricCryptoStream Constructor(SymmetricAlgorithm,Stream) | 
Creates a new SymmetricCryptoStream.
[Visual Basic]
Public Function New( _
   ByVal algorithm As SymmetricAlgorithm, _
   ByVal coreStream As Stream _
)[C#]
public SymmetricCryptoStream( 
   SymmetricAlgorithm algorithm,
   Stream coreStream
);[C++]
public: SymmetricCryptoStream( 
   SymmetricAlgorithm* algorithm,
   Stream* coreStream
)[C++/CLI]
public:
SymmetricCryptoStream( 
   SymmetricAlgorithm^ algorithm,
   Stream^ coreStream
)Creates a CryptoStream off of a symmetric algorithm, creating two one-way transformations.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
SymmetricCryptoStream Class | SymmetricCryptoStream Members | Overload List
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.