Mono Class Library: Overview

System.Security.Cryptography.ICryptoTransform: Property Members

The properties of System.Security.Cryptography.ICryptoTransform are listed below. For a list of all members, see the ICryptoTransform Members list.

Public Properties

[read-only]
CanReuseTransformbool. Specify if the current transform object can be reused.
[read-only]
CanTransformMultipleBlocksbool. Specify if the current transform object can process multiple blocks in a single call.
[read-only]
InputBlockSizeint. Size of input blocks for the function in bytes.
[read-only]
OutputBlockSizeint. Size of the output blocks of the function in bytes.