CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
x509_revocation_flag.h
1
#pragma once
2
3
#include <system/enum.h>
4
5
namespace
System
{
namespace
Security {
namespace
Cryptography {
namespace
X509Certificates {
6
7
enum class
X509RevocationFlag
8
{
9
EndCertificateOnly
= 0,
10
EntireChain
= 1,
11
ExcludeRoot
= 2
12
};
13
14
}}}}
// System::Security::Cryptography::X509Certificates
15
16
template
<>
17
struct
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
};
System::Security::Cryptography::X509Certificates::X509IncludeOption::ExcludeRoot
@ ExcludeRoot
Whole chain excluding root certificate.
System::Security::Cryptography::X509Certificates::X509RevocationFlag
X509RevocationFlag
Definition:
x509_revocation_flag.h:8
System::Security::Cryptography::X509Certificates::X509RevocationFlag::EndCertificateOnly
@ EndCertificateOnly
System::Security::Cryptography::X509Certificates::X509RevocationFlag::EntireChain
@ EntireChain
System
Definition:
db_command.h:9
include
security
cryptography
x509_certificates
x509_revocation_flag.h
Generated by
1.9.4