ToBase64Transform::OutputBlockSize Property
.NET Framework (current version)
Gets the output block size.
Assembly: mscorlib (in mscorlib.dll)
Implements
ICryptoTransform::OutputBlockSizeThe output block size for this transformation is 4 bytes.
The following code example demonstrates how to call the OutputBlockSize property to create a new byte array with the size of the output block size. This code example is part of a larger example provided for the ToBase64Transform class.
.NET Framework
Available since 1.1
Available since 1.1
Show: