3#include <xml/xml_element.h>
4#include <xml/xml_document.h>
5#include <system/string.h>
6#include <system/shared_ptr.h>
7#include <system/object.h>
8#include <system/collections/ilist.h>
10namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
class Signature; } } } }
11namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
class SignedXml; } } } }
12namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
class SignedXmlDebugLog; } } } }
13namespace Tests {
class SignedXmlTest; }
14namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
class Reference; } } } }
15namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
class Transform; } } } }
17namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
19namespace Details {
struct SignedXmlImpl; }
30 typedef BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
31 ASPOSECPP_SHARED_RTTI_INFO_DECL();
35 friend class SignedXmlDebugLog;
36 friend struct Details::SignedXmlImpl;
37 friend class Tests::SignedXmlTest;
57 MEMBER_FUNCTION_MAKE_OBJECT(
SignedInfo, CODEPORTING_ARGS(), CODEPORTING_ARGS());
63#ifdef ASPOSE_GET_SHARED_MEMBERS
64 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
69 String _canonicalizationMethod;
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Represents the 'SignedInfo' element of the XML signature. Objects of this class should only be alloca...
Definition: signed_info.h:26
SharedPtr< System::Xml::XmlElement > GetXml()
String get_SignatureLength()
void set_Id(String value)
void set_SignatureLength(String value)
String get_CanonicalizationMethod()
SharedPtr< Transform > get_CanonicalizationMethodObject()
String get_SignatureMethod()
void set_CanonicalizationMethod(String value)
void AddReference(SharedPtr< Reference > reference)
void set_SignedXml(SharedPtr< SignedXml > value)
void LoadXml(SharedPtr< System::Xml::XmlElement > value)
void set_SignatureMethod(String value)
SharedPtr< Collections::Generic::IList< SharedPtr< Reference > > > get_References()
SharedPtr< System::Xml::XmlElement > GetXml(SharedPtr< System::Xml::XmlDocument > document)
SharedPtr< SignedXml > get_SignedXml()
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
Subclass of System::SmartPtr which sets itself to weak mode at construction. Please note that this cl...
Definition: weak_ptr.h:18
@ Signature
Asymmetric exchange key.
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9