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.
public static class HMAC
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. |
Any public static member of this type is thread-safe, but instance members are not guaranteed to be thread-safe.
This document is generated by DG.