3#include <system/type_info.h>
4#include <system/shared_ptr.h>
5#include <system/object.h>
6#include <system/collections/ienumerator.h>
9namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
class CipherReference; } } } }
10namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
class EncryptedReference; } } } }
11namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
class Reference; } } } }
12namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
class Transform; } } } }
14namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
16namespace Details {
struct ReferenceImpl; }
17namespace Details {
struct TransformChainImpl; }
28 typedef BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
29 ASPOSECPP_SHARED_RTTI_INFO_DECL();
31 friend class CipherReference;
32 friend class EncryptedReference;
34 friend struct Details::ReferenceImpl;
47#ifdef ASPOSE_GET_SHARED_MEMBERS
48 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
52 const std::unique_ptr<Details::TransformChainImpl> m_impl;
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Facilitates creation of the XML signatures. Objects of this class should only be allocated using Syst...
Definition: reference.h:27
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9