CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
content_info.h
1
2#ifndef content_info_h
3#define content_info_h
4
5#include "system/object.h"
6#include "system/array.h"
7#include "system/exceptions.h"
8
9namespace System{ namespace Security{ namespace Cryptography{ namespace Pkcs{
10
16class ASPOSECPP_SHARED_CLASS ContentInfo final : public System::Object
17{
18public:
21 ASPOSECPP_SHARED_API ContentInfo(const System::ArrayPtr<uint8_t>& content);
22};
23
24}}}} // namespace System{ namespace Security{ namespace Cryptography{ namespace Pkcs{
25
26#endif //content_info_h
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Content info as defined by CMS/PKCS #7 standard. Not implemented. Objects of this class should only b...
Definition: content_info.h:17
ContentInfo(const System::ArrayPtr< uint8_t > &content)
Constructor.
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9