Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CryptoStream::HasFlushedFinalBlock Property

.NET Framework (current version)
 

Gets a value indicating whether the final buffer block has been written to the underlying stream.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public:
property bool HasFlushedFinalBlock {
	bool get();
}

Property Value

Type: System::Boolean

true if the final block has been flushed; otherwise, false.

This property is set true when the FlushFinalBlock method is called.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft