Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.33 KB

Assorted.Utils.Crypto.HMAC.md

File metadata and controls

35 lines (23 loc) · 1.33 KB

HMAC Class

Namespace: Assorted.Utils.Crypto
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Inheritance: object HMAC

This class provides access to the concrete and singleton instances of the KeyedHasher class for the most common HMAC hashing algorithms.

Syntax

public static class HMAC

Properties

Property Description
MD5 Gets an instance of MD5 keyed-hash (HMAC) algorithm.
SHA1 Gets an instance of SHA-1 keyed-hash (HMAC) algorithm.
SHA256 Gets an instance of SHA-256 keyed-hash (HMAC) algorithm.
SHA384 Gets an instance of SHA-384 keyed-hash (HMAC) algorithm.
SHA512 Gets an instance of SHA-512 keyed-hash (HMAC) algorithm.

Thread Safety

Any public static member of this type is thread-safe, but instance members are not guaranteed to be thread-safe.

See Also


This document is generated by DG.