CryptoStream: FlushFinalBlock |
Flushes the remaining data to the underlying stream.
Public Sub FlushFinalBlock ( )
This can only be called once.
Exception | Condition |
---|---|
NotSupportedException |
The current stream is not writable. -or- The final block has already been transformed. |