DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
HMACSHA256.h File Reference

Hash-based Message Authentication Code using SHA-256 per RFC 2104. More...

#include "Common.h"
#include "System/Object.h"
#include "System/Array.h"

Go to the source code of this file.

Classes

class  DotNetDupe::System::Security::Cryptography::HMACSHA256
 Computes a Hash-based Message Authentication Code (HMAC) using the SHA-256 hash function per RFC 2104. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System
namespace  DotNetDupe::System::Security
namespace  DotNetDupe::System::Security::Cryptography

Detailed Description

Hash-based Message Authentication Code using SHA-256 per RFC 2104.

Definition in file HMACSHA256.h.