CryptoStream::WriteAsync Method
.NET Framework (current version)
Namespace:
System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | WriteAsync(array<Byte>^, Int32, Int32) | Asynchronously writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.(Inherited from Stream.) |
![]() | WriteAsync(array<Byte>^, Int32, Int32, CancellationToken) | Writes a sequence of bytes to the current stream asynchronously, advances the current position within the stream by the number of bytes written, and monitors cancellation requests.(Overrides Stream::WriteAsync(array<Byte>^, Int32, Int32, CancellationToken).) |
Show:
