FromBase64Transform::InputBlockSize Property

 

Gets the input block size.

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

public:
property int InputBlockSize {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The size of the input data blocks in bytes.

The input block size for this transformation is one byte.

.NET Framework
Available since 1.1
Return to top
Show: