CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
x509_chain_status.h
1
2#pragma once
3
4#include <system/string.h>
5#include <system/object.h>
6#include <system/enum_helpers.h>
7
8namespace System { namespace Security { namespace Cryptography { namespace X509Certificates { enum class X509ChainStatusFlags; } } } }
9
10namespace System { namespace Security { namespace Cryptography { namespace X509Certificates {
11
16class X509ChainStatus : public Object
17{
19 typedef Object BaseType;
20
21 typedef BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
22 RTTI_INFO_DECL();
23
24public:
29
31
32protected:
33#ifdef ASPOSE_GET_SHARED_MEMBERS
34 void GetSharedMembers(System::Object::shared_members_type& result) const override;
35#endif
36
37private:
38 X509ChainStatusFlags pr_Status;
39 String _statusInformation;
40
41};
42
43}}}} // System::Security::Cryptography::X509Certificates
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
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