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
5namespace System { namespace Security { namespace Cryptography { namespace X509Certificates{
6
9{
11 None = 0,
13 ExcludeRoot = 1,
15 EndCertOnly = 2,
17 WholeChain = 3,
18};
19
20}}}}
21
22#endif
X509IncludeOption
Specifies what certificates in chain to include.
Definition: x509_include_option.h:9
Definition: db_command.h:9