CryptoStream コンストラクタ
アセンブリ: mscorlib (mscorlib.dll 内)

Public Sub New ( _ stream As Stream, _ transform As ICryptoTransform, _ mode As CryptoStreamMode _ )
Dim stream As Stream Dim transform As ICryptoTransform Dim mode As CryptoStreamMode Dim instance As New CryptoStream(stream, transform, mode)
public function CryptoStream ( stream : Stream, transform : ICryptoTransform, mode : CryptoStreamMode )

Stream から派生する任意のオブジェクトを stream パラメータに渡すことができます。HashAlgorithm などの ICryptoTransform を実装する任意のオブジェクトを transform パラメータに渡すことができます。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- CryptoStream コンストラクタのページへのリンク