ToBase64Transform.InputBlockSize Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets the input block size.
Assembly: mscorlib (in mscorlib.dll)
Implements
ICryptoTransform.InputBlockSizeThe input block size for this transformation is 3 bytes.
The following code example demonstrates how to call the InputBlockSize property to retrieve the input block size of the current transform. 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: