CryptoAPITransform.CanTransformMultipleBlocks プロパティ
アセンブリ: mscorlib (mscorlib.dll 内)

複数のブロックを変換できる場合は true。それ以外の場合は false。

CanTransformMultipleBlocks プロパティを呼び出して、複数のブロックを変換できるかどうかを確認する方法を次のコード例に示します。このコード例は、CryptoAPITransform クラスのトピックで取り上げているコード例の一部分です。
If (cryptoTransform.CanTransformMultipleBlocks) Then
if (cryptoTransform.CanTransformMultipleBlocks)
if ( cryptoTransform->CanTransformMultipleBlocks )

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からCryptoAPITransform.CanTransformMultipleBlocks プロパティを検索する場合は、下記のリンクをクリックしてください。

- CryptoAPITransform.CanTransformMultipleBlocks プロパティのページへのリンク