CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
key_number.h
1
2
#pragma once
3
4
#include <system/details/enum_meta_info.h>
5
6
namespace
System
{
namespace
Security {
namespace
Cryptography {
7
9
enum class
KeyNumber
10
{
12
Exchange
= 1,
13
15
Signature
= 2,
16
};
17
18
}}}
// namespace System::Security::Cryptography
19
20
template
<>
21
struct
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
};
System::Security::Cryptography::KeyNumber
KeyNumber
Key type.
Definition:
key_number.h:10
System::Security::Cryptography::KeyNumber::Signature
@ Signature
Asymmetric exchange key.
System::Security::Cryptography::KeyNumber::Exchange
@ Exchange
Asymmetric exchange key.
System
Definition:
db_command.h:9
include
security
cryptography
key_number.h
Generated by
1.9.4