3#include <system/string.h>
4#include <system/object.h>
6namespace System {
namespace Security {
namespace Cryptography {
namespace Xml {
17 typedef BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Represents the 'X509IssuerSerial' element of the XML signature. Objects of this class should only be ...
Definition: x509_issuer_serial.h:13
String get_SerialNumber()
void set_SerialNumber(String value)
X509IssuerSerial(String issuerName, String serialNumber)
void set_IssuerName(String value)
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