Mono Class Library: OverviewSystem.Security.Cryptography.ToBase64Transform: Members |
The members of System.Security.Cryptography.ToBase64Transform are listed below.
See Also: Inherited members from System.Object
Default constructor.
[read-only] CanReuseTransform bool. Specify if the current transform object can be reused. [read-only] CanTransformMultipleBlocks bool. Specify if the current transform object can process multiple blocks in a single call. [read-only] InputBlockSize int. Returns the input block size for the Base64 encoder. [read-only] OutputBlockSize int. Returns the output block size for the Base64 encoder.
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.
IDisposable.Dispose Documentation for this section has not yet been entered.