IncrementalHash.HashLengthInBytes Property

Definition

Gets the output size of this hash or HMAC algorithm, in bytes.

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

Property Value

The output size of this hash or HMAC algorithm, in bytes.

Applies to