CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
key_info_clause.h
1#pragma once
2
3#include <xml/xml_element.h>
4#include <xml/xml_document.h>
5#include <system/shared_ptr.h>
6#include <system/object.h>
7
8namespace System { namespace Security { namespace Cryptography { namespace Xml { class KeyInfo; } } } }
9
10namespace System { namespace Security { namespace Cryptography { namespace Xml {
11
16class KeyInfoClause : public Object
17{
18 typedef KeyInfoClause ThisType;
19 typedef Object BaseType;
20
21 typedef BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
22 ASPOSECPP_SHARED_RTTI_INFO_DECL();
23
24 friend class KeyInfo;
25
26protected:
27
28 ASPOSECPP_SHARED_API KeyInfoClause();
29
33
34};
35
36}}}} // System::Security::Cryptography::Xml
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