4#include <system/string.h>
5#include <system/object.h>
6#include <system/enum_helpers.h>
8namespace System {
namespace Security {
namespace Cryptography {
namespace X509Certificates {
enum class X509ChainStatusFlags; } } } }
10namespace System {
namespace Security {
namespace Cryptography {
namespace X509Certificates {
21 typedef BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
33#ifdef ASPOSE_GET_SHARED_MEMBERS
34 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
Stores the X509 chain status and error information. Objects of this class should only be allocated us...
Definition: x509_chain_status.h:17
void set_Status(X509ChainStatusFlags value)
String get_StatusInformation()
void set_StatusInformation(String value)
X509ChainStatusFlags get_Status()
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
X509ChainStatusFlags
Definition: x509_chain_status_flags.h:9
Definition: db_command.h:9