EncryptingStream.Write Method
When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
Public Overrides Sub Write( _
ByVal buffer As Byte(), _
ByVal offset As Integer, _
ByVal count As Integer _
)
This language is not supported or no code example is available.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
public function Write(
buffer : byte[],
offset : int,
count : int
);
This language is not supported or no code example is available.
Parameters
-
buffer
-
byte[]
An array of bytes. This method copies count bytes from buffer to the current stream.
-
offset
-
int
The zero-based byte offset in buffer at which to begin copying bytes to the current stream.
-
count
-
int
The number of bytes to be written to the current stream.
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1