Mentalis.org Security Library documentation

RIPEMD160Managed.InputBlockSize Property

When overridden in a derived class, gets the input block size.

[Visual Basic]
Overrides Public ReadOnly Property InputBlockSize As Integer Implements _
   ICryptoTransform.InputBlockSize
[C#]
public override int InputBlockSize {get;}

Property Value

The input block size.

Implements

ICryptoTransform.InputBlockSize

See Also

RIPEMD160Managed Class | RIPEMD160Managed Members | Org.Mentalis.Security.Cryptography Namespace