4#include <security/cryptography/asn_encoded_data.h>
6namespace System {
namespace Security {
namespace Cryptography {
namespace X509Certificates {
19 ASPOSECPP_SHARED_RTTI_INFO_DECL();
57 bool m_critical =
false;
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
ASN.1-encoded data. Objects of this class should only be allocated using System::MakeObject() functio...
Definition: asn_encoded_data.h:17
Extension object to keep extra information associated with X.509 certificate. Objects of this class s...
Definition: x509_extension.h:13
virtual void CopyFrom(const SharedPtr< AsnEncodedData > &asn_encoded_data) override
Copies extension data from other object.
X509Extension(const SharedPtr< AsnEncodedData > &encoded_extension, bool critical)
Constructor.
X509Extension(const String &oid, const ByteArrayPtr &raw_data, bool critical)
Constructor.
X509Extension()
Constructor.
bool get_Critical() const
Checks whether extension is critical.
X509Extension(const String &oid_value)
Constructor.
X509Extension(const SharedPtr< Oid > &oid, const ByteArrayPtr &raw_data, bool critical)
Constructor.
void set_Critical(bool value)
Defines whether extension is critical.
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
Definition: db_command.h:9