ToBase64Transform Class
Converts a CryptoStream to base 64.
For a list of all members of this type, see ToBase64Transform Members.
System.Object
System.Security.Cryptography.ToBase64Transform
[Visual Basic] Public Class ToBase64Transform Implements ICryptoTransform, IDisposable [C#] public class ToBase64Transform : ICryptoTransform, IDisposable [C++] public __gc class ToBase64Transform : public ICryptoTransform, IDisposable [JScript] public class ToBase64Transform implements ICryptoTransform, IDisposable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
Base 64 Content-Transfer-Encoding represents arbitrary bit sequences in a form that is not human readable.
Requirements
Namespace: System.Security.Cryptography
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
ToBase64Transform Members | System.Security.Cryptography Namespace | Cryptographic Services