CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
sha1_crypto_service_provider.h
1
2#ifndef _aspose_security_sha1_crypto_service_provider_h_
3#define _aspose_security_sha1_crypto_service_provider_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 SHA1CryptoServiceProvider : public SHA1
15{
16public:
19 { }
20};
21
22}}} // namespace System::Security::Cryptography
23
24#endif // _aspose_security_sha1_crypto_service_provider_h_
SHA1 CSP implementation. Objects of this class should only be allocated using System::MakeObject() fu...
Definition: sha1_crypto_service_provider.h:15
SHA1CryptoServiceProvider()
Constructor.
Definition: sha1_crypto_service_provider.h:18
Computes SHA1 hash for input data. In C++ SHA1 is not an abstract class. Objects of this class should...
Definition: sha1.h:14
Definition: db_command.h:9