3#include <system/string.h>
5#include <security/cryptography/xml/key_info_clause.h>
7namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
18 typedef BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
19 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
Represents the XMLDSIG 'KeyName' subelement or the XML encryption 'KeyInfo' element....
Definition: key_info_name.h:14
SharedPtr< System::Xml::XmlElement > GetXml(SharedPtr< System::Xml::XmlDocument > xmlDocument) override
SharedPtr< System::Xml::XmlElement > GetXml() override
KeyInfoName(String keyName)
void LoadXml(SharedPtr< System::Xml::XmlElement > value) override
void set_Value(String value)
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
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9