SHA512Managed: InputBlockSize (get)

InputBlockSize

Returns the input block size this transform can work on.



 Public Property Get InputBlockSize ( ) As Long

Return Values

Long -  Always returns 1.

Remarks

When calling the TransformBlock method, the InputCount must be zero or a multiple of this value.

Read Only.

See Also

Project CorLib Overview

Class SHA512Managed Overview