HMACSHA256.HashSize Property

Definition

Gets the size, in bits, of the computed HMAC.

public:
 virtual property int HashSize { int get(); };
public override int HashSize { get; }
member this.HashSize : int
Public Overrides ReadOnly Property HashSize As Integer

Property Value

The size, in bits, of the computed HMAC.

Applies to