Click or drag to resize

Hmac Class

Keyed-hash based message authentication code (HMAC) functions
Inheritance Hierarchy
SystemObject
  CryptoSysPKIHmac

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public class Hmac

The Hmac type exposes the following members.

Methods
 NameDescription
Public methodStatic memberBytesFromBytes Create a keyed-hash HMAC in byte format from byte input.
Public methodStatic memberHexFromBytes Create a keyed-hash HMAC in hex-encoded format from byte input.
Public methodStatic memberHexFromHex Create a keyed-hash HMAC in hex-encoded format from hex-encoded input.
Top
See Also