CryptoAPITransform.OutputBlockSize プロパティ

定義

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

public:
 property int OutputBlockSize { int get(); };
public int OutputBlockSize { get; }
member this.OutputBlockSize : int
Public ReadOnly Property OutputBlockSize As Integer

プロパティ値

Int32

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

実装

次のコード例は、プロパティを呼び出 OutputBlockSize して出力ブロック サイズを取得する方法を示しています。 このコード例は、CryptoAPITransform クラスのために提供されている大規模な例の一部です。

int outputBlockSize = cryptoTransform->OutputBlockSize;
int outputBlockSize = cryptoTransform.OutputBlockSize;
Dim outputBlockSize As Integer = cryptoTransform.OutputBlockSize

適用対象

こちらもご覧ください