Click or drag to resize

IHmacHasher Interface

HMAC hasher

Namespace:  Guardtime.KSI.Hashing
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public interface IHmacHasher

The IHmacHasher type exposes the following members.

Methods
  NameDescription
Public methodGetHash
Calculate HMAC for data with given key.
Top
See Also