CryptoStream()

CryptoStream::CryptoStream(const SharedPtr<System::IO::Stream>&, const SharedPtr<ICryptoTransform>&, CryptoStreamMode) constructor

Constructor.

System::Security::Cryptography::CryptoStream::CryptoStream(const SharedPtr<System::IO::Stream> &stream, const SharedPtr<ICryptoTransform> &transform, CryptoStreamMode mode)

Arguments

ParameterTypeDescription
streamconst SharedPtr<System::IO::Stream>&Stream to wrap.
transformconst SharedPtr<ICryptoTransform>&Transformation function to process data with when sending/reading it to/from stream.
modeCryptoStreamModeStream direction.

See Also