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
9
namespace
System
{
namespace
Security{
namespace
Cryptography{
namespace
Pkcs{
10
16
class
ASPOSECPP_SHARED_CLASS
ContentInfo
final :
public
System::Object
17
{
18
public
:
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
System::Object
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition:
object.h:62
System::Security::Cryptography::Pkcs::ContentInfo
Content info as defined by CMS/PKCS #7 standard. Not implemented. Objects of this class should only b...
Definition:
content_info.h:17
System::Security::Cryptography::Pkcs::ContentInfo::ContentInfo
ContentInfo(const System::ArrayPtr< uint8_t > &content)
Constructor.
System::SmartPtr
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition:
smart_ptr.h:180
System
Definition:
db_command.h:9
include
security
cryptography
pkcs
content_info.h
Generated by
1.9.4