3#include <xml/xml_element.h>
4#include <xml/xml_document.h>
5#include <system/shared_ptr.h>
6#include <system/object.h>
8namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
class KeyInfo; } } } }
10namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
21 typedef BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
22 ASPOSECPP_SHARED_RTTI_INFO_DECL();
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
All implementations of KeyInfo subelements must inherit this abstract class. Objects of this class sh...
Definition: key_info_clause.h:17
virtual SharedPtr< System::Xml::XmlElement > GetXml()=0
virtual SharedPtr< System::Xml::XmlElement > GetXml(SharedPtr< System::Xml::XmlDocument > xmlDocument)
virtual void LoadXml(SharedPtr< System::Xml::XmlElement > element)=0
Represents the KeyInfo element of an XML digital signature or an XML encryption. Objects of this clas...
Definition: key_info.h:22
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