IncrementalHash.HashLengthInBytes 屬性

定義

取得此雜湊或 HMAC 演算法的輸出大小 (以位元組為單位)。

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

屬性值

此雜湊或 HMAC 演算法的輸出大小,以位元組為單位。

適用於