CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
sha1_managed.h
1
2#ifndef _aspose_security_cryptography_sha1_managed_h_
3#define _aspose_security_cryptography_sha1_managed_h_
4
5#include <security/cryptography/sha1.h>
6#include <system/exceptions.h>
7
8namespace System { namespace Security { namespace Cryptography {
9
14class ASPOSECPP_SHARED_CLASS SHA1Managed : public SHA1
15{
16public:
18 ASPOSECPP_SHARED_API SHA1Managed();
19};
20
21}}}
22
23#endif // _aspose_security_cryptography_sha256_managed_h_
Computes SHA1 hash for input data. In C++ SHA1 is not an abstract class. Objects of this class should...
Definition: sha1.h:14
Managed SHA1 hasher. Not implemented. Objects of this class should only be allocated using System::Ma...
Definition: sha1_managed.h:15
Definition: db_command.h:9