CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
x509_include_option.h
1
2
#ifndef _x509_include_option_h_
3
#define _x509_include_option_h_
4
5
namespace
System
{
namespace
Security {
namespace
Cryptography {
namespace
X509Certificates{
6
8
enum class
X509IncludeOption
9
{
11
None = 0,
13
ExcludeRoot
= 1,
15
EndCertOnly
= 2,
17
WholeChain
= 3,
18
};
19
20
}}}}
21
22
#endif
System::Security::Cryptography::X509Certificates::X509IncludeOption
X509IncludeOption
Specifies what certificates in chain to include.
Definition:
x509_include_option.h:9
System::Security::Cryptography::X509Certificates::X509IncludeOption::EndCertOnly
@ EndCertOnly
Whole chain excluding end certificate.
System::Security::Cryptography::X509Certificates::X509IncludeOption::ExcludeRoot
@ ExcludeRoot
Whole chain excluding root certificate.
System::Security::Cryptography::X509Certificates::X509IncludeOption::WholeChain
@ WholeChain
Whole chain.
System
Definition:
db_command.h:9
include
security
cryptography
x509_certificates
x509_include_option.h
Generated by
1.9.4