Mono Class Library: OverviewSystem.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.
[read-only] CanReuseTransform bool. Specify if the current transform object can be reused. [read-only] CanTransformMultipleBlocks bool. Specify if the current transform object can process multiple blocks in a single call. [read-only] InputBlockSize int. Size of input blocks for the function in bytes. [read-only] OutputBlockSize int. Size of the output blocks of the function in bytes.