Share via


InputBlockSize Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

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

Syntax

'Declaration
Public Overridable ReadOnly Property InputBlockSize As Integer
public virtual int InputBlockSize { get; }
public:
virtual property int InputBlockSize {
    int get ();
}
abstract InputBlockSize : int with get
override InputBlockSize : int with get
function get InputBlockSize () : int

Property Value

Type: System. . :: . .Int32
The input block size.

Implements

ICryptoTransform. . :: . .InputBlockSize

Remarks

Unless overridden, this property returns the value 1.

.NET Framework Security

See Also

Reference

HashAlgorithm Class

System.Security.Cryptography Namespace