IncrementalHash.HashLengthInBytes 属性

定义

获取此哈希或 HMAC 算法的输出大小(以字节为单位)。

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

属性值

Int32

此哈希或 HMAC 算法的输出大小(以字节为单位)。

适用于