Mono Class Library: Overview

System.Security.Cryptography.ToBase64Transform: Members

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

See Also: Inherited members from System.Object

Public Constructors

Default constructor.

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. Returns the input block size for the Base64 encoder.
[read-only]
OutputBlockSizeint. Returns the output block size for the Base64 encoder.

Public Methods

Clear()
Zeroize sensitive informations inside the algorithm implementation.
Finalize()
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.

Protected Methods

Dispose(bool)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

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