RijndaelManagedTransform.CanTransformMultipleBlocks プロパティ
アセンブリ: mscorlib (mscorlib.dll 内)
構文Dim instance As RijndaelManagedTransform Dim value As Boolean value = instance.CanTransformMultipleBlocks
複数のブロックを変換できる場合は true。それ以外の場合は false。
使用例CanTransformMultipleBlocks プロパティを呼び出して、複数のブロックを変換できるかどうかを確認する方法を次のコード例に示します。このコード例は、RijndaelManagedTransform クラスのトピックで取り上げているコード例の一部分です。
If rijTransform.CanTransformMultipleBlocks Then
if (rijTransform.CanTransformMultipleBlocks)
if ( rijTransform->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に収録されているすべての辞書からRijndaelManagedTransform.CanTransformMultipleBlocks プロパティを検索する場合は、下記のリンクをクリックしてください。
                     全ての辞書からRijndaelManagedTransform.CanTransformMultipleBlocks プロパティ
                    を検索
                - RijndaelManagedTransform.CanTransformMultipleBlocks プロパティのページへのリンク