Click or drag to resize

HmacHasher Class

HMAC hasher
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.Crypto.Microsoft.HashingHmacHasher

Namespace:  Guardtime.KSI.Crypto.Microsoft.Hashing
Assembly:  ksi-net-api-crypto-microsoft (in ksi-net-api-crypto-microsoft.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class HmacHasher : IHmacHasher

The HmacHasher type exposes the following members.

Constructors
  NameDescription
Public methodHmacHasher
Create new HmacHasher with given algorithm
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHash
Calculate HMAC for data with given key.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also