Mono Class Library: Overview

System.Security.Cryptography.RijndaelManagedTransform: Members

The members of System.Security.Cryptography.RijndaelManagedTransform are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
BlockSizeValueint. Documentation for this section has not yet been entered.
[read-only]
CanReuseTransformbool. Documentation for this section has not yet been entered.
[read-only]
CanTransformMultipleBlocksbool. Documentation for this section has not yet been entered.
[read-only]
InputBlockSizeint. Documentation for this section has not yet been entered.
[read-only]
OutputBlockSizeint. Documentation for this section has not yet been entered.

Public Methods

Clear()
Documentation for this section has not yet been entered.
Reset()
Documentation for this section has not yet been entered.
TransformBlock(byte[], int, int, byte[], int) : int
Documentation for this section has not yet been entered.
TransformFinalBlock(byte[], int, int) : byte[]
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IDisposable.DisposeDocumentation for this section has not yet been entered.