3#include <system/string.h>
4#include <system/collections/ilist.h>
5#include <security/cryptography/x509_certificates/x509_certificate.h>
6#include <security/cryptography/xml/key_info_clause.h>
7#include <security/cryptography/xml/x509_issuer_serial.h>
10namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
22 typedef BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
44#ifdef ASPOSE_GET_SHARED_MEMBERS
45 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
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 an 'X509Data' element. Contains X.509v3 certificate information related to the validation ...
Definition: key_info_x509_data.h:18
SharedPtr< Collections::Generic::IList< String > > get_SubjectNames()
void AddCertificate(SharedPtr< X509Certificates::X509Certificate > certificate)
void LoadXml(SharedPtr< System::Xml::XmlElement > element) override
void AddSubjectKeyId(ArrayPtr< uint8_t > subjectKeyId)
void AddSubjectName(String subjectName)
SharedPtr< System::Xml::XmlElement > GetXml() override
void InternalAddIssuerSerial(String issuerName, String serialNumber)
SharedPtr< System::Xml::XmlElement > GetXml(SharedPtr< System::Xml::XmlDocument > xmlDocument) override
SharedPtr< Collections::Generic::IList< X509IssuerSerial > > get_IssuerSerials()
void AddIssuerSerial(String issuerName, String serialNumber)
SharedPtr< Collections::Generic::IList< ArrayPtr< uint8_t > > > get_SubjectKeyIds()
SharedPtr< Collections::Generic::IList< SharedPtr< X509Certificates::X509Certificate > > > get_Certificates()
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