4#include <security/cryptography/x509_certificates/x509_extension.h>
5#include <security/cryptography/x509_certificates/x509_key_usage_flags.h>
6#include <system/nullable.h>
8namespace System {
namespace Security {
namespace Cryptography {
namespace X509Certificates {
21 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
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
Extension object to keep extra information about the usage of a key. Objects of this class should onl...
Definition: x509_key_usage_extension.h:15
X509KeyUsageExtension(const SharedPtr< AsnEncodedData > &encoded_key_usage, bool critical)
Constructor.
void CopyFrom(const SharedPtr< AsnEncodedData > &asn_encoded_data) override
Copies extension data from other object.
const String & GetFormatDelimiter() const override
X509KeyUsageExtension()
Default constructor.
X509KeyUsageFlags get_KeyUsages()
Gets key usages.
X509KeyUsageExtension(X509KeyUsageFlags key_usages, bool critical)
Constructor.
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
X509KeyUsageFlags
Defines how the certificate key can be used.
Definition: x509_key_usage_flags.h:12
Definition: db_command.h:9