Write()
CryptoStream::Write(const ArrayPtr<uint8_t>&, int32_t, int32_t) method
Writes data to stream.
void System::Security::Cryptography::CryptoStream::Write(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
Arguments
Parameter | Type | Description |
---|---|---|
buffer | const ArrayPtr<uint8_t>& | Source data buffer. |
offset | int32_t | Offset in source buffer. |
count | int32_t | Number of bytes to write. |
CryptoStream::Write(const System::Details::ArrayView<uint8_t>&, int32_t, int32_t) method
Writes data to stream.
void System::Security::Cryptography::CryptoStream::Write(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
Arguments
Parameter | Type | Description |
---|---|---|
buffer | const System::Details::ArrayView<uint8_t>& | Source data buffer. |
offset | int32_t | Offset in source buffer. |
count | int32_t | Number of bytes to write. |
See Also
- Typedef ArrayPtr
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.Slides