CryptoStream: FlushFinalBlock

FlushFinalBlock

Flushes the remaining data to the underlying stream.



 Public Sub FlushFinalBlock ( )

Remarks

This can only be called once.

Exceptions

Exception Condition
NotSupportedException The current stream is not writable.
-or-
The final block has already been transformed.

See Also

Project CorLib Overview

Class CryptoStream Overview