Share via


OutputBlockSize 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 output block size.

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

Syntax

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

Property Value

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

Implements

ICryptoTransform. . :: . .OutputBlockSize

Remarks

Unless overridden, this property returns the value 1.

.NET Framework Security

See Also

Reference

HashAlgorithm Class

System.Security.Cryptography Namespace