CryptoStream.FlushFinalBlock Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the underlying data source or repository with the current state of the buffer, then clears the buffer.
public:
void FlushFinalBlock();
public void FlushFinalBlock ();
member this.FlushFinalBlock : unit -> unit
Public Sub FlushFinalBlock ()
Exceptions
The key is corrupt which can cause invalid padding to the stream.
The current stream is not writable.
-or-
The final block has already been transformed.
Remarks
Calling the Close method will call FlushFinalBlock. If you do not call Close, call FlushFinalBlock to complete flushing the buffer. Call FlushFinalBlock only when all stream activity is complete.