4#include <security/cryptography/hash_algorithm.h>
6namespace System {
namespace Security {
namespace Cryptography {
20 ASPOSECPP_SHARED_RTTI_INFO_DECL();
25 MEMBER_FUNCTION_MAKE_OBJECT(
SHA384, CODEPORTING_ARGS(), CODEPORTING_ARGS());
Base class for hashing algorithms. Objects of this class should only be allocated using System::MakeO...
Definition: hash_algorithm.h:30
Computes SHA384 hash for input data. In C++ SHA384 is not an abstract class. Objects of this class sh...
Definition: sha384.h:14
static SharedPtr< SHA384 > Create()
Creates hash algorithm instance.
static SharedPtr< SHA384 > Create(const String &algName)
Creates hash algorithm instance.
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: db_command.h:9