CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
x509_revocation_flag.h
1#pragma once
2
3#include <system/enum.h>
4
5namespace System { namespace Security { namespace Cryptography { namespace X509Certificates {
6
8{
10 EntireChain = 1,
11 ExcludeRoot = 2
12};
13
14}}}} // System::Security::Cryptography::X509Certificates
15
16template<>
17struct EnumMetaInfo<System::Security::Cryptography::X509Certificates::X509RevocationFlag>
18{
19 static const std::array<std::pair<System::Security::Cryptography::X509Certificates::X509RevocationFlag, const char_t*>, 3>& values();
20};
X509RevocationFlag
Definition: x509_revocation_flag.h:8
Definition: db_command.h:9