3#include <system/string.h>
4#include <system/shared_ptr.h>
5#include <system/object.h>
6#include <system/io/stream.h>
10namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
class SignedInfo; } } } }
11namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
class SignedXml; } } } }
12namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
class Transform; } } } }
13namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
enum class ReferenceTargetType; } } } }
14namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
class TransformChain; } } } }
15namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
class CanonicalXmlNodeList; } } } }
17namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
19namespace Details {
struct SignedXmlImpl; }
20namespace Details {
struct ReferenceImpl; }
31 typedef BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
32 ASPOSECPP_SHARED_RTTI_INFO_DECL();
37 friend struct Details::SignedXmlImpl;
63#ifdef ASPOSE_GET_SHARED_MEMBERS
64 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
68 const std::unique_ptr<Details::ReferenceImpl> 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
Reference(SharedPtr< IO::Stream > stream)
void set_Uri(String value)
SharedPtr< TransformChain > get_TransformChain()
SharedPtr< System::Xml::XmlElement > GetXml()
ArrayPtr< uint8_t > get_DigestValue()
void AddTransform(SharedPtr< Transform > transform)
void set_Id(String value)
String get_DigestMethod()
void set_Type(String value)
void set_DigestValue(ArrayPtr< uint8_t > value)
void set_TransformChain(SharedPtr< TransformChain > value)
void LoadXml(SharedPtr< System::Xml::XmlElement > value)
void set_DigestMethod(String value)
Represents the 'SignedInfo' element of the XML signature. Objects of this class should only be alloca...
Definition: signed_info.h:26
Used for XML signing and verification. Objects of this class should only be allocated using System::M...
Definition: signed_xml.h:30
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Represents an element.
Definition: xml_element.h:51
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9