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.25611 (23.0.0.0)
Syntax
public class Hmac

The Hmac type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCode exampleBytesFromBytes Create a keyed-hash HMAC in byte format from byte input.
Public methodStatic memberCode exampleHexFromBytes 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