IncrementalHash.HashLengthInBytes プロパティ

定義

このハッシュまたは HMAC アルゴリズムの出力サイズをバイト単位で取得します。

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

プロパティ値

このハッシュまたは HMAC アルゴリズムの出力サイズ (バイト単位)。

適用対象