次の方法で共有


FromBase64Transform.OutputBlockSize プロパティ

出力ブロック サイズを取得します。

Public Overridable ReadOnly Property OutputBlockSize As Integer  _   Implements ICryptoTransform.OutputBlockSize
[C#]
public virtual int OutputBlockSize {get;}
[C++]
public: __property virtual int get_OutputBlockSize();
[JScript]
public function get OutputBlockSize() : int;

プロパティ値

出力データ ブロックのサイズ (バイト単位)。

実装

ICryptoTransform.OutputBlockSize

解説

この変換の出力ブロック サイズは 3 バイトです。

必要条件

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

参照

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