ToBase64Transform クラス

CryptoStream を base 64 に変換します。

この型のすべてのメンバの一覧については、ToBase64Transform メンバ を参照してください。

System.Object
   System.Security.Cryptography.ToBase64Transform

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

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

Base 64 Content-Transfer-Encoding は、任意のビット シーケンスをユーザーが判読できない形式で表します。

必要条件

名前空間: System.Security.Cryptography

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: Mscorlib (Mscorlib.dll 内)

参照

ToBase64Transform メンバ | System.Security.Cryptography 名前空間 | 暗号サービス