次の方法で共有


HashAlgorithm.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

解説

オーバーライドされない限り、このプロパティは値 1 を返します。

必要条件

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

参照

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