See Also

SymmetricCryptoStream Class  | SymmetricCryptoStream Members  | Overload List

Requirements

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

Language

Visual Basic

C#

C++

C++/CLI

Show All

reader
writer
coreStream
See Also Languages PowerTCP SSL Sockets for .NET

SymmetricCryptoStream Constructor(ICryptoTransform,ICryptoTransform,Stream)

Dart.PowerTCP.SslSockets Namespace > SymmetricCryptoStream Class > SymmetricCryptoStream Constructor : SymmetricCryptoStream Constructor(ICryptoTransform,ICryptoTransform,Stream)

Creates a new SymmetricCryptoStream.

[Visual Basic]
Public Function New( _    ByVal reader As ICryptoTransform, _    ByVal writer As ICryptoTransform, _    ByVal coreStream As Stream _ )
[C#]
public SymmetricCryptoStream(    ICryptoTransform reader,    ICryptoTransform writer,    Stream coreStream );
[C++]
public: SymmetricCryptoStream(    ICryptoTransform* reader,    ICryptoTransform* writer,    Stream* coreStream )
[C++/CLI]
public: SymmetricCryptoStream(    ICryptoTransform^ reader,    ICryptoTransform^ writer,    Stream^ coreStream )

Parameters

reader
writer
coreStream

Remarks

Creates a SymmetricCryptoStream off two one-way transformations. These transformations should usually be inverses of each other (Symmetric).

Requirements

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

See Also

SymmetricCryptoStream Class  | SymmetricCryptoStream Members  | Overload List


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.