System::Security::Cryptography::CryptoStream::CryptoStream constructor
CryptoStream::CryptoStream constructor
Constructor.
System::Security::Cryptography::CryptoStream::CryptoStream(const SharedPtr<System::IO::Stream> &stream, const SharedPtr<ICryptoTransform> &transform, CryptoStreamMode mode)
| Parameter | Type | Description |
|---|---|---|
| stream | const SharedPtr<System::IO::Stream>& | Stream to wrap. |
| transform | const SharedPtr<ICryptoTransform>& | Transformation function to process data with when sending/reading it to/from stream. |
| mode | CryptoStreamMode | Stream direction. |
See Also
- Typedef SharedPtr
- Class Stream
- Class ICryptoTransform
- Enum CryptoStreamMode
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++