Mono Class Library: Overview

System.Security.Cryptography.FromBase64Transform: Members

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

See Also: Inherited members from System.Object

Public Constructors

Creates a new instance of the Base64 decoder with the default transformation mode (IgnoreWhiteSpaces).
Creates a new instance of the Base64 decoder with the specified transformation mode.

Public Properties

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

Public Methods

Clear()
Documentation for this section has not yet been entered.
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.