Mono Class Library: OverviewSystem.Security.Cryptography.FromBase64Transform: Members |
The members of System.Security.Cryptography.FromBase64Transform are listed below.
See Also: Inherited members from System.Object
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.
[read-only] CanReuseTransform bool. Documentation for this section has not yet been entered. [read-only] CanTransformMultipleBlocks bool. Documentation for this section has not yet been entered. [read-only] InputBlockSize int. Returns the input block size for the Base64 decoder. [read-only] OutputBlockSize int. Returns the output block size for the Base64 decoder.
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.
IDisposable.Dispose Documentation for this section has not yet been entered.