CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
md5_crypto_service_provider.h
1
2#ifndef _aspose_security_md5_crypto_service_provider_h_
3#define _aspose_security_md5_crypto_service_provider_h_
4
5#include <security/cryptography/md5.h>
6#include <system/exceptions.h>
7
8namespace System{ namespace Security{ namespace Cryptography{
9
14class ASPOSECPP_SHARED_CLASS MD5CryptoServiceProvider : public MD5
15{
16public:
18 ASPOSECPP_SHARED_API MD5CryptoServiceProvider();
19};
20
21}}} // namespace System::Security::Cryptography
22
23#endif // _aspose_security_md5_crypto_service_provider_h_
CSP-compatible MD5 algorithm. Not implemented. Objects of this class should only be allocated using S...
Definition: md5_crypto_service_provider.h:15
MD5CryptoServiceProvider()
Constructor. Not implemented.
MD5 hashing algorithm. Objects of this class should only be allocated using System::MakeObject() func...
Definition: md5.h:13
Definition: db_command.h:9