CryptoStream: Flush

Flush

Flushes the buffers of the underlying stream.



 Public Sub Flush ( )

Remarks

This does not flush the buffers within the CryptoStream. Call FlushFinalBlock to flush the remaining data to the underlying stream.

See Also

Project CorLib Overview

Class CryptoStream Overview