HMAC hasher
Namespace:
Guardtime.KSI.Hashing
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic interface IHmacHasher
Public Interface IHmacHasher
public interface class IHmacHasher
type IHmacHasher = interface end
The IHmacHasher type exposes the following members.
Methods
| Name | Description |
---|
 | GetHash |
Calculate HMAC for data with given key.
|
Top
See Also