4#include <security/cryptography/hash_algorithm.h>
6namespace System {
namespace Security {
namespace Cryptography {
19 ASPOSECPP_SHARED_RTTI_INFO_DECL();
35 ASPOSECPP_SHARED_API
MD5();
36 MEMBER_FUNCTION_MAKE_OBJECT(
MD5, 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
MD5 hashing algorithm. Objects of this class should only be allocated using System::MakeObject() func...
Definition: md5.h:13
static SharedPtr< MD5 > Create(const String &algName)
Creates MD5 algorithm.
static SharedPtr< MD5 > Create()
Creates MD5 algorithm.
SharedPtr< MD5 > ptr
Pointer type.
Definition: md5.h:23
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