CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
key_number.h
1
2#pragma once
3
4#include <system/details/enum_meta_info.h>
5
6namespace System { namespace Security { namespace Cryptography {
7
9enum class KeyNumber
10{
12 Exchange = 1,
13
15 Signature = 2,
16};
17
18}}} // namespace System::Security::Cryptography
19
20template<>
21struct EnumMetaInfo<System::Security::Cryptography::KeyNumber>
22{
23 static ASPOSECPP_SHARED_API const std::array<std::pair<System::Security::Cryptography::KeyNumber, const char16_t*>, 2>& values();
24};
KeyNumber
Key type.
Definition: key_number.h:10
@ Signature
Asymmetric exchange key.
@ Exchange
Asymmetric exchange key.
Definition: db_command.h:9