System.Security.Cryptography.ToBase64Transform Members

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

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Security.Cryptography.ToBase64Transform class.

Public Properties

[read-only]
CanReuseTransformbool.

Gets a value indicating whether the current transform can be reused.

[read-only]
CanTransformMultipleBlocksbool.

Gets a value that indicates whether multiple blocks can be transformed.

[read-only]
InputBlockSizeint.

Gets the input block size.

[read-only]
OutputBlockSizeint.

Gets the output block size.

Public Methods

Clear()

Releases all resources used by the System.Security.Cryptography.ToBase64Transform.

Dispose()

Releases all resources used by the current instance of the System.Security.Cryptography.ToBase64Transform class.

Finalize()

Releases the unmanaged resources used by the System.Security.Cryptography.ToBase64Transform.

TransformBlock(byte[], int, int, byte[], int) : int

Converts the specified region of the input byte array to base 64 and copies the result to the specified region of the output byte array.

TransformFinalBlock(byte[], int, int) : byte[]

Converts the specified region of the specified byte array to base 64.

Protected Methods

Dispose(bool)

Releases the unmanaged resources used by the System.Security.Cryptography.ToBase64Transform and optionally releases the managed resources.

Explicitly Implemented Interface Members

IDisposable.Dispose

Releases the unmanaged resources used by the System.Security.Cryptography.ToBase64Transform class.